/* GLOBAL STYLES */
@font-face {
    font-family: 'Karla';
    src: url('../fonts/Karla-Regular.eot');
    src: url('../fonts/Karla-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Karla-Regular.woff2') format('woff2'),
    url('../fonts/Karla-Regular.woff') format('woff'),
    url('../fonts/Karla-Regular.ttf') format('truetype'),
    url('../fonts/Karla-Regular.svg#Karla-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playkidz';
    src: url('../fonts/Playkidz.eot');
    src: url('../fonts/Playkidz.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Playkidz.woff2') format('woff2'),
    url('../fonts/Playkidz.woff') format('woff'),
    url('../fonts/Playkidz.ttf') format('truetype'),
    url('../fonts/Playkidz.svg#Playkidz') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
}

* {
    font-family: 'Karla', sans-serif !important;
}

#content {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#bg {
    position: fixed;
    width: 100%;
    height: 100%;
}

#basketTrailer {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 7%;
    height: 10px;
    display: flex;
    justify-content: center;
}

#basket {
    width: 100px;
    position: absolute;
    bottom: 0px;
    cursor: col-resize;
    z-index: 990;
}

#basketFinish {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 20px;
}

/* HELPER  ARROW AND TEXT */

#arrowContainer {
    position: absolute;
    bottom: 280px;
    width: 268px;
    text-align: center;
    height: 175px;
    left: 50%;
    transform: translate(-50%);
}

#arrowContainer>div {
    font-size: 25px;
    font-family: 'Playkidz' , sans-serif !important;
    color: #0041a2 !important;
    letter-spacing:1px;
}

/* MENU & GUI */

#brandLogo {
    position: absolute;
    top: 40px;
    right: 50px;
    text-align: center;
    z-index: 999;
}

#brandLogo img {
    width: 130px;
}

#scoreUI {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 90px;
    height: 132px;
    text-align: center;
    background: url(../assets/score-badge.png) no-repeat;
    background-size: cover;
}

#scoreLabel {
    font-size: 30px;
    color: #fff !important;
    width: 100%;
    height: 60%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

#scoreNum {
    color: #fff !important;
    font-family: 'Playkidz' , sans-serif !important;
    margin-bottom: 30%;
}

#timer {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
#timer .countTimer span#countdown{
    font-family: 'Playkidz' , sans-serif !important;
}
#timer span#plural{
    font-family: 'Playkidz' , sans-serif !important;
}
#timer .countTimer{
    border-radius: 5px;
    padding: 2px 15px;
    display: inline-block;
    font-size: 23px;
    letter-spacing: 1px;
    font-family: 'Playkidz', sans-serif !important;
    color: #fff;
}

#finalGUI {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 100;
    text-align: center;
}

#gameOver {
    font-size: 50px;
    font-family: 'Playkidz' , sans-serif !important;
    position: relative;
    width: 100%;
    text-align: center;
    color: #003ca6;
}

#again {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 150px;
    margin-left: -24px;
    cursor: pointer;
}

#totalScore {
    opacity: 0;
    font-size: 35px;
    font-family: 'Karla';
    position: relative;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    float: left;
    color: #003ca6;
}

#init {
    position: absolute;
    width: 820px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

#pause {
    font-size: 45px;
    width: 100%;
    text-align: center;
    z-index: 998;
    top: 50%;
    margin-top: -60px;
    opacity: 0;
    display: none;
    position: absolute;
    cursor: pointer;
}

/* LOGO AND MENU */

#logo {
    /* position: absolute; */
    color: #003ca6;
    font-size: 47px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    top: 0;
    line-height: 1;
    font-family: 'Playkidz' , sans-serif !important;
}

#play {
    /* position: absolute; */
    cursor: pointer;
    height: 63px;
    width: 100%;
    font-size: 70px;
    color: #7f3b22 !important;
    text-align: center;
}

#play img {
    width:140px
}

/* ------------------ */

/*  SOCIAL */

#social {
    position: absolute;
    width: 90px;
    height: 90px;
    top: -62px;
    right: 0px;
}

#social>a {
    width: 90px;
    height: 90px;
    position: relative;
}

#social>a>img {
    width: 90px;
    position: absolute;
}

/*Begin custom popover CSS */

.modal {
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 999;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-border {
    border: 10px solid #632e1b;
    background-color: transparent;
    border-radius: 60px;
    box-shadow: 0 4px 8px 0 #625036, 0 6px 20px 0 #625036;
    margin: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
    width: 500px;
}

.modal-content {
    background-color: #ffe5bb;
    border: 7px solid #b9642d;
    padding: 16px;
    border-radius: 50px;
}

.close {
    position: absolute;
    right: -7px;
    top: -15px;
    font-size: 28px;
    font-weight: bold;
    transition: .2s ease-out;
}

.close:hover, .close:focus {
    transform: scale(1.1);
}

.heading-text-start {
    font-size: 30px !important;
    color: #003ca6 !important;
    font-weight: normal !important;
    text-align: center;
    margin-top: 2% !important;
    margin-bottom: 2% !important;
}

.heading-text {
    font-size: 40px !important;
    color: #003ca6 !important;
    font-weight: normal !important;
    text-align: center;
    margin-top: 2% !important;
    margin-bottom: 0 !important;
}

.sub-heading-text {
    font-size: 30px !important;
    color: #7f3b22 !important;
    font-weight: normal !important;
    text-align: center;
    margin-bottom: 5% !important;
    margin-top: 3% !important;
}

label {
}

input.form-control,
select.form-control {
   /* width: 100%;
    box-sizing: border-box;
    padding: 12px;
    border: 2px solid #632e1b;
    border-radius: 8px;
    background-color: #ffedd1;
    font-size: 20px;
    color: #c0652c !important;
    letter-spacing: 1px; */
}

input.form-control::placeholder, input.form-control::-webkit-input-placeholder {
    color: #000 !important;
}

input.form-control:focus {
    outline: none;
}

.btn-playnow {
    transition: .2s ease-out;
    background: transparent;
    border: transparent;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

.btn-playnow img {
    width: 200px;
}

.btn-playnow:hover {
    opacity: 0.9;
    transform: scale(1.1);
}

.btn-redeemprize {
    /* margin: 0% 6% 2% 6%; */
    transition: .2s ease-out;
}

.btn-redeemprize:hover {
    opacity: 0.9;
    transform: scale(1.1);
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 20%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 80%;
    margin-top: 6px;
}

.col-100 {
    width: 40%;
    margin-top: 6px;
    margin: auto;
}

.col-100>input[type="text"] {
    width: 95%;
    padding: 12px;
    border: 2px solid #632e1b;
    border-radius: 8px;
    background-color: #ffedd1;
    font-size: 38px !important;
    color: #632e1b !important;
    letter-spacing: 10px;
    text-align: center;
}

.row {
    padding: 5px 30px 2px 30px;
    font-size: 20px !important;
    margin: auto;
}

.row:last-child {
    margin-top: 2%;
}

.rowbtn {
    margin-top: 4% !important;
    margin-bottom: 4% !important;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}




@media only screen and (max-width: 991px) {
    .modal-border {
        width: 70%;
    }
    #scoreUI {
        background-size: cover;
        width: 132px;
        height: 192px;
        top: 90px;
    }

    #timer {
        bottom: 0;
    }
    #timer .countTimer {
        font-size: 28px;
        padding: 7px 16px;
    }
    #play img {
        width:auto;
    }
    #play {
        top: 150px;
    }

    #arrowContainer {
    }
    #basket {
        width: 130px;
    }
    #arrowContainer>div {
        font-size: 35px;
    }
    #brandLogo {
        top: 90px;
    }
    #brandLogo img {
        width: 190px;
    }

}


.start{
    position: relative;
    display: flex;
    align-items: center;
    justify-content:space-between;
    width: 100%;
    height: 100vh;
    flex-direction: column;
}
.start > img{
    width: 420px;
    margin-top: 2%;
}
.start > a{
    display: block;
    width: 200px;
    margin-bottom: 10%;
}
.start > a img{
    width: 100%;
}
.cam-img{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;

}
.cam-img input{
    width: 300px;
    height: 322px;
    opacity: 0;
    position: absolute;
    z-index: 1;
}
.cam-img .img-bord{
   background: url(../assets/img-bg.png);
   background-size: 100% 100%;
   background-repeat: no-repeat;
   width: 275px;
   height: 300px;
   background-position: center;
   overflow: hidden;
   display: flex;
   align-items: center;
   justify-content: center;
}
.cam-img .img-bord img{
    width: 91%;
    position: absolute;
    height: 290px;
    z-index: -1;
    border-radius: 52px 49px 87px 94px;
}
.cam-img .btn-cap{
    width: 80px;
    height: 80px;
    background: transparent;
    border: none;
    margin-bottom: 0;
}
.cam-img .btn-cap img{
    width: 100%;
}
.name input{
    background: url(../assets/nameBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px 15px 10px;
    color: #000;
    border: none;
    font-family: 'Karla', sans-serif;
}
form{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    gap: 20px;
}
form .form-sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 3%;
}
form button{
    margin-bottom: 7%;
}
input:-internal-autofill-selected {
    background-image: url(../assets/nameBg.png) !important;
    background-color: transparent !important;
    color: #000 !important;
    height: 20px;
    padding: 10px;
    border-radius: 20px;
    border: 2.227px solid #0f1e4c;
    background: #CDE1F9;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
.bg-daco{
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.d-none{
    display: none;
}
.result-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  height: 100%;
}
.result-sec .name-col{
  width: 20vw;
  border-radius: 31px;
  padding: 12px 23px 22px;
  text-align: center;
  background-image: url(../assets/nameBg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.result-sec .name-col p{
  color: #293062;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.score-sec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27%;
  min-height: 62%;
}
.score-sec .imgBorder{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.score-sec .imgAvatar{
   position: absolute;
   width: 54%;
   height: 46%;
   border-radius: 14px 14px 81px 132px;
   z-index: 1;
   bottom: 32px;
   background: #000;
}
.score-sec .scoreTxt{
   position: absolute;
   bottom: 0;
   z-index: 3;
   padding: 0 0 16px;
   width: 100%;
   text-align: center;
}
.score-sec .scoreTxt p{
  font-size: 35px;
  line-height: 1;
  margin: 0;
  color: #fff;
  font-family: 'Playkidz' , sans-serif !important;
  letter-spacing: 1px;
}
.again-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.again-btn a{
    display: block;
    width: 80px;
    height: 80px;
}
.again-btn a img{
    width: 100%;
}
.carton-sec{
  text-align: center;
}
.carton-sec img{
  height: 100%;
}
.carton-sec .give-btn{
}
.carton-sec .give-btn a{
  display: block;
  width: 270px;
}
.carton-sec .give-btn a img{
  width: 100%;
}
.cam-img .img-bord.img-borderd{
    background-image: url(../assets/img-bg-borderd.png);
}

@keyframes growProgressBar {
    0%, 33% { --pgPercentage: 0; }
    100% { --pgPercentage: var(--value); }
}

@property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 25;
}

.progressbar-area div[role="progressbar"] {
    --size: 62px;
    --fg: #121C4E;
    --bg: #64A4CC;
    --pgPercentage: var(
        --value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
    radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0),
    conic-gradient(var(--fg) calc(var(--pgPercentage) * 25%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 3.5);
    color: var(--fg);
}

.progressbar-area div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '/4';
}
.qus-card{
    position: relative;
    width: 750px;
    height: 500px;
    background: #CDE1F9;
    border: 2.23px solid #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    margin-top: 27px;
    margin-bottom: 27px;
    padding: 35px 70px;
}
.qus-card .progressbar-area{
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translate(-50%);
}
.qus-card h4{
    color: #191F4F;
    font-family: 'Playkidz' , sans-serif !important;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 0;
}
.qus-card p{
    color: #74297B;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
}
.qus-card .error{
    height: 20px;
}
.qus-card .error h5{
    font-size: 14px;
    color: red;
}
.survey-sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
}
.survey-sec{
    text-align: center;
}
.survey-sec button{
    background: transparent;
    border: none;
    cursor: pointer;
    width: 200px;
}
.survey-sec  button img{
  width:100%;
}
.ans-area {
    width: 100%;
    height: 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 50px;
}
.ans-area div{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.ans-area div label{
    color: #191F4F;
    font-size: 16px;
    font-weight: 700;
}
.ans-area div input{
    width: 25px;
    height: 25px;
}
.ans-area .ratBtn{
    background-color: #fff !important;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #191F4F;
    text-align: center;
    font-size: 18.667px;
    font-weight: 700;
    line-height: normal;
    transition: all 0.3s;
    box-shadow: 3px 2px 3px 1px #0000002b;
}
.ans-area .ratBtn:hover{
    background-color: #0f1e4c !important;
    color: #fff;
}
.rat-form div input{
    width: 56px;
    height: 56px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
}
.rat-form div input:hover ~ .ratBtn{
    background-color: #0f1e4c !important;
    color: #fff;
}
.rat-form div input:checked ~ .ratBtn{
    background-color: #0f1e4c !important;
    color: #fff;
}
.rat-form{
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: space-between;
}
.rat-form div{
    flex-direction: column;
    position: relative;
}
.cam-img .img-bord .frame-img{
    position: absolute;
    width: unset;
    height: 300px;
    z-index: 3;
    left: 0;
    top: 0;
}
.img-bord .result{
    height: 285px;
    width: 247px;
    position: relative;
    overflow: hidden;
    border-radius: 37px 42px 92px 91px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-bord .result video{ 
    position: absolute;
    z-index: 0;
    height: 100%;
}