* {
    box-sizing: border-box;
}

header {
    background-color: var(--orange);
    background-size: cover;
}

.logoContainer {
    /* width: 16%; */
    width: 116px;
    height: 77%;
    padding: 10px 20px;
}

.pNLogo {
    width: 3%;
    min-width: 25px;
}

.pPLogo {
    width: 10%;
    min-width: 90px;
}

.footerLogos {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.pNLogo i {
    display: block;
    width: 100%;

    padding-bottom: 70%;
    background: url(/img/promonow-logo.svg) center no-repeat;
    background-size: contain;
}

.headerImgContainer {
    position: relative;
    display: block;
    /* max-width: 1200px; */
    height: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    background-color: var(--blue);
}

.headerImgContainer>i {
    display: block;
    background: url(/img/headerImg.jpg) center no-repeat;
    /* background-color: var(--orange); */
    background-size: contain;
    width: 100%;
    /* padding-bottom: 56.3%; */
    padding-bottom: min(525px, 87.5%);
    max-width: 600px;
    margin: 0 auto;
}

.screenReaderText {
    position: absolute;
    user-select: none;
    pointer-events: none;
    color: transparent;
}

h1 {
    font-family: var(--headerFont);
}

.formContainer label {
    padding-right: 0;
}

.title_L {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.1;
}


.faqs .faq>a {
    background: var(--orange);
    color: var(--bodyBG);
    border-radius: 0.5rem;

}

.faqs .faq>div>div {
    background: var(--bodyBG);
    border-radius: 0.5rem;
    border: 1px solid;
    /* border-top: none; */
}

/* for larger screens */
@media only screen and (min-width: 2000px) {
    /* body {
        zoom: 1.5;
    } */

    #modal {
        zoom: 0.8;
        top: -9%;
        left: 50%;
        transform: translateX(-50%);
    }

    .main {
        min-height: calc(100vh - 1107px);
    }



}

@media only screen and (min-width: 3000px) {
    /* body {
        zoom: 2;
    } */

    #modal {
        zoom: 0.8;
        top: -29%;
        left: 50%;
        transform: translateX(-50%);
    }

    .main {
        min-height: calc(100vh - 1758px);
    }


}

ol.top-level {
    /* counter-reset: section; */
    /* list-style:; */
    /* padding-left: 0; */
}

ol.top-level>li {
    /* counter-increment: section; */
}

/* ol.top-level>li::marker {
    font-weight: bolder;
}

li>ol {
    font-weight: 400;
} */

ol.top-level>li::before {
    /* content: counter(section) ". "; */
}

/* ol.top-level>li>ol {
    counter-reset: subsection;
    list-style: none;
    padding-left: 1em;
}

ol.top-level>li>ol>li {
    counter-increment: subsection;
} */

/* ol.top-level>li>ol>li::before {
    content: counter(section) "." counter(subsection) " ";
} */

.prizeList {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
}

.termsListPadding {
    padding: 0 40px;
}

.promonow-logo a,
.prizerofessionals-logo a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.promonow-logo {
    width: 25px;
    height: 25px;
    background: url(/img/promonow-logo.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.prizerofessionals-logo {
    width: 25px;
    height: 25px;
    background: url(/img/prizerofessionals-logo.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

/* GAME CSS */
@font-face {
    font-family: 'IrnBru';
    src: url(../fonts/UnitedSansRegTT-Black.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;

}

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    min-height: 100%;
    margin: 0;
}

.IrnBruTitleF {
    font-family: 'IrnBru', sans-serif;
    margin: 0;

}

.bg>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vmax;
    height: 100vmax;
    margin-top: -50vmax;
    margin-left: -50vmax;
    animation: spinner 100s infinite linear;
    background: url("../images/shine.svg") center no-repeat;
    background-size: cover;
}

.bg>div:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(164, 38, 29, 0), #ffffff 71%);
}

.disclaimer {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    padding: 4px 10px;
}

.game {
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.gameOuter {
    display: flex;
    /* height: 100vh; */
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 60.6vh;
    /* max-width: 30.6vw; */
    margin: 0 auto;
    justify-content: center;
    align-items: center
}

.gameOuter>div {
    position: relative;
    width: 100%;
}

.gameOuter>div>div {
    position: relative;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: 165%;
}

.gameOuter>div>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gameOuter>div>div .instructions {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 9%;
    color: #fff;
    text-align: center;
}

.gameOuter>div>div>div>.top {
    position: relative;
    width: 100%;
    height: 16.5%;
    z-index: 1
}

.gameOuter>div>div>div>.mid {
    position: absolute;
    top: 8.25%;
    width: 100%;
    height: 81.8%
}

.gameOuter>div>div>div>.mid>.midOuter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f47920;
    box-sizing: border-box;
    padding: 8px
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.sky {
    position: absolute;
    width: 100%;
    height: 15%;
    background: rgb(148, 191, 238);
    background: linear-gradient(164deg, rgba(148, 191, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    top: 0;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.sky i {
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    top: -25%;
    background: url("../images/shine.svg") center no-repeat;
    background-size: contain;
    animation: spinner 50s infinite linear;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.crowd {
    position: absolute;
    left: 0;
    top: 16%;
    width: 100%;
    height: 20%;
    background: rgb(40, 68, 93);
    background: linear-gradient(180deg, rgba(40, 68, 93, 1) 0%, rgba(66, 102, 134, 1) 20%);
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.crowd .crowd1 {
    position: absolute;
    left: 0%;
    width: 102%;
    top: 0;
    height: 100%;
    background: url("../img/game/crowd1.svg") center no-repeat;
    background-size: 100% auto;
    animation: crowd 8s infinite;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.crowd .crowd2 {
    position: absolute;
    left: 0%;
    width: 102%;
    top: 0;
    height: 100%;
    background: url("../img/game/crowd2.svg") center no-repeat;
    background-size: 100% auto;
    animation: crowd 10s infinite;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.crowd .crowd3 {
    position: absolute;
    left: 0%;
    width: 102%;
    top: 0;
    height: 100%;
    background: url("../img/game/crowd3.svg") center no-repeat;
    background-size: 100% auto;
    animation: crowd 12s infinite;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.artwork {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/game/artwork_6.svg") center no-repeat;
    background-size: contain
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.midInnerBanner {
    position: absolute;
    width: 100%;
    height: 8%;
    top: 33.9%;
    overflow: hidden;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner>.midInnerBanner>.images {
    background: url('../img/game/gamebanner.png') repeat-x left;
    background-size: 66.6% auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: slide 40s linear infinite;
    transform: translate3d(0, 0, 0);
}

.gameOuter>div>div>div>.bot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10%
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner .goal {
    position: absolute;
    left: 0;
    width: 100%;
    top: 26.5%;
    height: 19%;
    background: url("../img/game/goal.svg") center no-repeat;
    background-size: contain;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner .ball {
    position: absolute;
    left: 44%;
    top: 80%;
    width: 12%;
    height: 0;
    cursor: pointer;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner .ball .ball1 {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    transform: translate(0, -50%);
    background: url("../img/game/ball.svg") center no-repeat;
    background-size: contain;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner .ball .shadow {
    content: "";
    position: absolute;
    left: -5%;
    width: 110%;
    height: 0;
    padding-bottom: 40%;
    transform: translate(0, 50%);
    background: #27461b;
    border-radius: 50%;
}

.gameOuter>div>div>div>.mid>.midOuter>.midInner .result {
    display: none;
    position: absolute;
    top: 50%;
    left: 10%;
    height: 40%;
    width: 80%;
    margin: 0 auto;
    font-size: min(32px, 3.8vh);
    align-content: center;
}

.result.backgroundFade .buttonContainer {
    margin: 0;
    margin-top: min(80px, 1vh);
}

.result.backgroundFade .buttonContainer a {
    border: 1px solid #ffffff;
    font-size: min(18px, 3.5vh);
    padding: min(10px, 3.2vh) min(20px, 3.2vh);
    min-width: unset;
}

.resultText {
    display: none;
}

@media screen and (max-aspect-ratio: 6/11) {
    .gameOuter>div>div>div>.mid>.midOuter>.midInner .result {
        font-size: min(32px, 2vh);
    }

    .result.backgroundFade .buttonContainer a {
        border: 1px solid #ffffff;
        font-size: min(18px, 3.5vh);
        padding: min(10px, 3.2vh) min(20px, 3.2vh);
        min-width: unset;
    }
}


.blink {
    display: none;
}

@keyframes slide {
    0% {
        left: 0;
    }

    100% {
        transform: translateX(-66.6%);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes crowd {
    0% {
        left: 0;
    }

    50% {
        left: -2%;
    }

    100% {
        left: 0%;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.grass {
    opacity: 0.7;
    fill: #42662A;
}

.blurred {
    animation: blur 1s forwards;
    animation-delay: .5s;

}

.backgroundFade {
    opacity: 0;
    animation: backgroundF 1s forwards;
    animation-delay: 1s;
}


@keyframes blur {
    from {
        filter: blur(0px);
    }

    to {
        filter: blur(1px);
    }
}

@keyframes backgroundF {
    from {
        background: transparent;
        box-shadow: 0 0 0 0;
        opacity: 0;
    }

    to {
        background: #f47920;
        box-shadow: 0px 0px 20px 0px #fff;
        opacity: 1;
    }
}

.result {
    margin: 0 auto;
    /* background: #f47920; */
    text-align: center;
    /* padding-top: 20px; */
    display: none;
    z-index: 100;
    font-size: 20px;
    color: white;
}

.moveBall {
    animation: moveUp .5s forwards;

}

.moveBallTwo {
    animation: moveUpM .5s forwards;

}

.shadowDisappear {
    animation: disappear 1.5s forwards;
}


@keyframes moveUp {
    0% {
        transform: translateY(0) rotate(0deg);
        padding-bottom: 100%;
    }

    100% {
        transform: translateY(-1000%) rotate(720deg);
        padding-bottom: 50%;
    }
}

@keyframes moveUpM {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
        padding-bottom: 100%;
    }


    100% {
        transform: translateY(-700%) translateX(-300%) rotate(720deg);
        padding-bottom: 50%;
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* END OF GAME CSS */