@font-face {
    font-family: 'gothamultra';
    src: url('../fonts/gotham-ultra-webfont.woff2') format('woff2'),
         url('../fonts/gotham-ultra-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GOTHAMBLACK';
    src: url('../fonts/GOTHAMBLACK.eot');
    src: url('../fonts/GOTHAMBLACK.eot') format('embedded-opentype'),
         url('../fonts/GOTHAMBLACK.woff2') format('woff2'),
         url('../fonts/GOTHAMBLACK.woff') format('woff'),
         url('../fonts/GOTHAMBLACK.ttf') format('truetype'),
         url('../fonts/GOTHAMBLACK.svg#GOTHAMBLACK') format('svg');
}
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.woff2') format('woff2'),
         url('../fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: 'gothambook';
    color: #000;
}
::selection{
    background-color: #2196f3;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}
a, button{
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #1E1E1E;
    text-decoration: none;
}
a:hover{
    outline:none;
    color:#1d1d1d;
    text-decoration:none;
}
img{
    max-width:100%;
}
.app-view {
    height:100vh;
    min-height:100%;
}
.app-wrapper {
    width: 100%;
    margin: auto;
    min-height: 100%;
    background:#318d48;
    display: flex;
    flex-direction: column;
    justify-content: start;
    max-width: 520px;
    position: relative;
}
.app-caption {
    background: #ffd394;
    clip-path: ellipse(65% 99% at 50% 0%);
    padding-top: 10px;
}
.hunt-logo {
    font-size: 58px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: -25px;
    color: #318d48;
    position: relative;
    z-index: 1;
}
.hunt-logo strong{
    display:block;
    font-family: 'gothamultra';
}
.footer{
    margin-top:-20px;
    padding:0 10px 10px;
}
.btn {
    background: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 10px 28px;
    border-radius: 35px;
    color: #318d48;
    font-family: 'gothamultra';
    min-width: 158px;
}
.about_hunt h5{
    font-size:24px;
    color:#fff;
    font-family:'GOTHAMBLACK';
    text-transform:uppercase;
}
.about_hunt p{
    color:#fff;
    margin-bottom:0;
}
.disclaimer{
    padding:10px 25px 0;
}
.disclaimer p{
    font-family:'gothamultra';
    color:#318d48;
    font-size:36px;
    line-height:38px;
    max-width:280px;
    margin:0 auto 15px;
}
.app-caption.sm-ft{
    clip-path: ellipse(94% 99% at 50% 0%);
}
.sm-ft .f-left, .sm-ft .f-right {
    height: 125px;
    overflow: hidden;
}
.footer.sm-ft{
    padding-bottom: 0;
    margin-top: -44px;
}
.panda-img {
    position: relative;
    top: 8px;
}
.thankyou-message {
    padding: 10px;
    min-height: 278px;
    display: flex;
    align-items: center;
}
.thankyou-message p{
    font-family:'gothamultra';
    color:#318d48;
    font-size:36px;
    line-height:38px;
}
.register{
    padding:10px 15px;
}
.register p{
    font-size: 40px;
    font-family: 'gothamultra';
    color: #318d48;
    line-height: 40px;
}
.register form {
    margin-top:25px;
}
.register form .form-group:not(:last-child){
    margin-bottom:15px;
}
.register form .form-control{
    font-size:24px;
    font-family:'gothamultra';
    text-transform:uppercase;
    border-radius:30px;
    text-align:center;
    color:#318d48;
}
.register form .form-group label{
    color:#318d48;
    font-weight:600;
    margin-top:2px;
}
.register-bx{
    clip-path:ellipse(94% 99% at 50% 0%);
}
.how-play{
    padding:0 15px;
    padding-bottom:30px;
}
.how-play h4{
    font-family:'gothamultra';
    color:#318d48;
    font-size:28px;
}
.how-play h5{
    color:#318d48;
    font-family:'gothamultra';
    margin-bottom:0;
    font-size: 25px;
}
.how-play p{
    color:#318d48;
    font-weight:700;
}
.howPlay-bx{
    clip-path:ellipse(100% 95% at 50% 0%);
    min-height:calc(100vh - 95px);
}
.btn:hover, .btn:active, .btn:focus-visible{
    background:#318d48 !important;
    color:#fff !important;
}
.how-play-overflow{
    max-height:calc(100vh - 175px);
    overflow:auto;
}
.how-play-overflow>*:last-child{
    margin-bottom:20px;
}
.list_pandal li{
    color: #318d48;
    text-transform: uppercase;
    font-family: 'GOTHAMBLACK';
    background: #fff;
    border: 4px solid #318d48;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 40px;
    line-height: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    justify-content: center;
}
.list_pandal li span{
    font-size:22px;
    white-space:nowrap;
}
.list_pandal img{
    max-width:75px;
    margin:0 !important;
}
.total_score{
    background:#6e8a66;
    border:8px solid #318d48;
    padding:8px 20px;
    display:inline-flex;
    font-size:20px;
    font-weight:700;
    color:#fff;
    border-radius:40px;
    margin:12px 0;
}
.how-play h2{
    font-size:50px;
    font-family:'gothamultra';
    color:#318d48;
}
.back_btn{
    position:absolute;
    left:15px;
    top:15px;
    font-weight:700;
}
.user-panel .list_pandal li{
    padding:10px 20px;
    justify-content:space-between;
}
.user-panel .list_pandal li time{
    margin:0;
}
.congrats h5{
    margin:10px 0 22px;
}
.how-play h2{
    font-family:'gothamultra';
    color:#318d48;
    font-size:38px;
}
.win_pandal span{
    color:#318d48;
    font-weight:700;
    display:block;
    margin-bottom:8px;
}  
.ring{
    animation:spin 8s linear infinite;
}
@keyframes spin{
from 30%{transform:rotateZ(-10deg);}
  50%{transform:rotateZ(20deg); }
  to 100%{transform:rotateZ(-10deg);}
}

.app-wrapper.landscape-view{
    max-width:100%;
    flex-direction:unset;
    background: #ffa408;
}
.landscape-view .app-caption {
    background: transparent;
    clip-path: none;
    padding: 0;
    max-width: fit-content;
    margin: auto;
}
.play-bx img {
    max-height: 100vh;
    width: 100%;
    margin: auto;
    display: block;
}
.play-bx {
    position: relative;
}
.panda_bx{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.panda_bx img{
    max-width:60px;
    height:fit-content;
    display:inline-block;
}
.panda_bx a:first-child {
    position: absolute;
    bottom: 29%;
    left: 100px;
}
.panda_bx a:nth-child(2){
    position:absolute;
    bottom:37%;
    left:35%;
}
.panda_bx a:nth-child(3) {
    position: absolute;
    bottom: 26%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}
.panda_bx a:nth-child(4){
    position:absolute;
    bottom:37%;
    right:35%;
}
.panda_bx a:nth-child(5){
    position: absolute;
    bottom: 29%;
    right: 100px;
}
.panda_bx a:nth-child(6) {
    position: absolute;
    top: 32%;
    left: 30px;
    margin: auto;
    height: fit-content;
}
.panda_bx a:nth-child(7) {
    position: absolute;
    top: 32%;
    right: 30px;
    margin: auto;
    height: fit-content;
}
.panda_bx a:nth-child(8) {
    position: absolute;
    top: 12%;
    left: 85px;
}
.panda_bx a:nth-child(9) {
    position: absolute;
    top: 2%;
    left: 34%;
}
.panda_bx a:nth-child(10) {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}
.panda_bx a:nth-child(11) {
    position: absolute;
    top: 2%;
    right: 34%;
}
.panda_bx a:nth-child(12) {
    position: absolute;
    top: 12%;
    right: 85px;
}

.rotate-indication {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(33 33 33);
    display: none;
    z-index: 9999;
    color: #fff;
    text-align: center;
    padding-top: 20%;
}

.rotate-indication img {
    width: 120px;
    opacity: 0.9;
    animation: rotateIcon 2s infinite linear;
}
.rotate-indication p{
    margin-top:20px;
}

@keyframes rotateIcon {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(90deg); }
}
.discription_ab p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    line-height: normal;
}
.discription_ab .btn_play {
    background: #ffffff70;
    border: 2px solid #fff;
    color: #fff;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
}
.btn_tranaparent{
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 5px 28px;
    border-radius: 10px;
    color: #318d48;
    font-family: 'gothamultra';
    min-width: 158px;
    background: #ffffff70;
    border: 2px solid #318d48;
}
.charm_sheet{
    background: #ffd394;
}
.charm_sheet .app-caption {
    clip-path: none;
    height: auto;
}
 #scanner-area {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    border: 3px solid #00FF00;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
video {
    width: 100%;
    height: auto;
}
#reader {
    background: url(../images/scanner_img.png) no-repeat center center / contain;
    width:320px;
    height:320px;
    display: block;
    margin: auto;
    border: 0 !important;
}
#reader video {
    width: 268px !important;
    height: 320px;
    margin: auto;
    display: block;
    object-fit: cover;
    padding: 10px 0;
    border-radius: 45px;
}
    

    #qr-shaded-region {
        border: 0 !important;
        inset: auto !important;
        display: none;
    }

img[alt="Info icon"] {
    display: none;
}

@media(max-height:676px){
.hunt-logo {
    font-size:52px;
    line-height:48px;
    margin-bottom:-40px;
}
.disclaimer p{
    font-size:32px;
    max-width:320px;
    line-height:30px;
}
/*.how-play-overflow {
    max-height: calc(100vh - 180px);
}
.how-play {
    padding-bottom: 46px;
}*/
}
@media(max-height:640px){

}
@media(max-width:414px){

}
@media(max-width:375px){
}
