/* GLOBAL STYLES */

@font-face {
    font-family: 'Stick-A-Round';
    src: url('../fonts/StickARound.eot');
    src: url('../fonts/StickARound.eot?#iefix') format('embedded-opentype'),
        url('../fonts/StickARound.woff2') format('woff2'),
        url('../fonts/StickARound.woff') format('woff'),
        url('../fonts/StickARound.ttf') format('truetype'),
        url('../fonts/StickARound.svg#StickARound') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px;
    padding: 0px;
}

* {
    font-family: 'Stick-A-Round';
}

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

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

#basketTrailer {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 10%;
    height: 206px !important;
}

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

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

/* HELPER  ARROW AND TEXT */

#arrowContainer {
    position: absolute;
    bottom: 280px;
    width: 200px;
    text-align: center;
    height: 210px;
}

#arrowContainer>div {
    font-size: 25px;
    font-family: 'Stick-A-Round', cursive;
    color: #7f3b22 !important;
    letter-spacing:1px;
    top: 0px;
    left: 10px;
}

/* MENU & GUI */

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

#paddleLogo img {
    width: 130px;
}

#scoreUI {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 150px;
    height: 130px;
    text-align: center;
    background: url(../assets/score-bg.png) no-repeat;
}

#scoreLabel {
    font-size: 30px;
    font-family: 'Stick-A-Round', cursive;
    cursor: default;
    color: #fff !important;
    margin: 20px 0 0 -10px;
}

#scoreNum {
    font-size: 36px;
    font-family: 'Stick-A-Round', cursive;
    cursor: default;
    color: #75890c;
    padding: 0;
    display: block;
    color: #fff !important;
}

#timer {
    position: absolute;
    width: 100%;
    bottom: -30px;
}

#timer .countTimer{
    color: #7f3b22;
    background-color:#ffe5bb;
    border: 2px solid #7f3b22;
    border-radius: 5px;
    padding: 7px 25px 3px;
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 1px;
}

#finalGUI {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-left: -250px;
    top: 50%;
    margin-top: -100px;
    z-index: 100;
}

#gameOver {
    font-size: 75px;
    font-family: 'Stick-A-Round', cursive;
    position: relative;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    float: left;
    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: 'Stick-A-Round', cursive;
    position: relative;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    float: left;
    color: #003ca6;
}

#init {
    position: absolute;
    width: 820px;
    height: 300px;
    left: 50%;
    margin-left: -410px;
    top: 50%;
    margin-top: -150px;
    z-index: 200;
}

#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: 70px;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    top: 40px;
}

#play {
    position: absolute;
    top: 125px;
    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 {
    padding: 14px 0px 14px 0px;
    display: inline-block;
    color: #4b3118 !important;
}

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: #c0652c !important;
}

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

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

.btn-playnow img {
    width:120px
}

.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: 200px;
    height: 192px;
    top: 90px;
    }
    
    #timer {
        bottom: -60px;
    }
    #timer .countTimer {
        font-size:45px;
        padding:5px 40px
    }
    #play img {
        width:auto;
    }
    #play {
        top: 150px;
    }

    #arrowContainer {
        bottom: 35%;
        left: 30px;
    }
    #basket {
        width: 160px;
    }
    #arrowContainer>div {
        font-size: 35px;
    }
    #paddleLogo {
        top: 90px;
    }
    #paddleLogo img {
        width: 190px;
    }

}

/*End custom popover CSS *//* GLOBAL STYLES */

@font-face {
    font-family: 'Stick-A-Round';
    src: url('../fonts/StickARound.eot');
    src: url('../fonts/StickARound.eot?#iefix') format('embedded-opentype'),
        url('../fonts/StickARound.woff2') format('woff2'),
        url('../fonts/StickARound.woff') format('woff'),
        url('../fonts/StickARound.ttf') format('truetype'),
        url('../fonts/StickARound.svg#StickARound') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0px;
    padding: 0px;
}

* {
    font-family: 'Stick-A-Round';
}

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

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

#basketTrailer {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 10%;
    height: 80px !important;
}

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

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

/* HELPER  ARROW AND TEXT */

#arrowContainer {
    position: absolute;
    bottom: 120px;
    width: 200px;
    text-align: center;
    height: 310px;
}

#arrowContainer>div {
    font-size: 25px;
    font-family: 'Stick-A-Round', cursive;
    color: #7f3b22 !important;
    letter-spacing:1px;
    top: 0px;
    left: 10px;
}

/* MENU & GUI */

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

#paddleLogo img {
    width: 130px;
}

#scoreUI {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 150px;
    height: 130px;
    text-align: center;
    background: url(../assets/score-bg.png) no-repeat;
}

#scoreLabel {
    font-size: 30px;
    font-family: 'Stick-A-Round', cursive;
    cursor: default;
    color: #fff !important;
    margin: 20px 0 0 -10px;
}

#scoreNum {
    font-size: 36px;
    font-family: 'Stick-A-Round', cursive;
    cursor: default;
    color: #75890c;
    padding: 0;
    display: block;
    color: #fff !important;
}

#timer {
    position: absolute;
    width: 100%;
    bottom: -30px;
}

#timer .countTimer{
    color: #7f3b22;
    background-color:#ffe5bb;
    border: 2px solid #7f3b22;
    border-radius: 5px;
    padding: 7px 25px 3px;
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 1px;
}

#finalGUI {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-left: -250px;
    top: 50%;
    margin-top: -100px;
    z-index: 100;
}

#gameOver {
    font-size: 75px;
    font-family: 'Stick-A-Round', cursive;
    position: relative;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    float: left;
    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: 'Stick-A-Round', cursive;
    position: relative;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    float: left;
    color: #003ca6;
}

#init {
    position: absolute;
    width: 820px;
    height: 300px;
    left: 50%;
    margin-left: -410px;
    top: 50%;
    margin-top: -150px;
    z-index: 200;
}

#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: 70px;
    text-align: center;
    width: 100%;
    letter-spacing: 2px;
    top: 40px;
}

#play {
    position: absolute;
    top: 125px;
    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 {
    padding: 14px 0px 14px 0px;
    display: inline-block;
    color: #4b3118 !important;
}

input.form-control,
textarea.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: #c0652c !important;
}

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

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

.btn-playnow img {
    width:120px
}

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

.btn-redeemprize {
    display: block;
    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: 50%;
    margin-top: 6px;
    margin: auto;
}

.col-100>input[type="text"] {
    width: 95%;
    padding: 7px;
    border: 2px solid #632e1b;
    border-radius: 8px;
    background-color: #ffedd1;
    font-size: 27px !important;
    color: #632e1b !important;
    letter-spacing: 1px;
    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: 200px;
    height: 192px;
    top: 90px;
    }
    
    #timer {
        bottom: -60px;
    }
    #timer .countTimer {
        font-size:45px;
        padding:5px 40px
    }
    #play img {
        width:auto;
    }
    #play {
        top: 150px;
    }

    #arrowContainer {
        bottom: 20%;
        left: 30px;
    }
    #basket {
        width: 160px;
    }
    #arrowContainer>div {
        font-size: 35px;
    }
    #paddleLogo {
        top: 90px;
    }
    #paddleLogo img {
        width: 190px;
    }

}

/*End custom popover CSS */