html, body {
    overflow: hidden !important;
}

body {
    -webkit-text-size-adjust: 100%;
    overscroll-behavior: contain;
    margin: 0px;
    padding: 0px;
    overflow: hidden !important;
    line-height: 1;
}
.outterContainer {
    background: url(../images/bg_blank.jpg);
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.innerContainer {
    position: relative;
    display: inline-block;
    line-height: 1;
}

#homeBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 1080px;
    left: 0px;
}

.preview_elems {
    position: absolute;
    top: 0px;
    left: 0px;
}

#left_arr, #right_arr {
    top: 82.5%;
    width: 7%;
}

#left_arr {
    left: 30%;
    animation: shading_1 .7s ease-in 0s infinite alternate;
}

#right_arr {
    left: 63%;
    animation: shading_1 .7s ease-in 0s infinite alternate-reverse;
}

#preview_coin {
    top: 81.5%;
    width: 17%;
    left: 42%;
}

#preview_coin_shader {
    top: 81.5%;
    width: 15%;
    left: 43%;
    animation: shading 0.5s ease-in 0s infinite alternate;
}

#preview_aims {
    width: 2%;
    left: 49%;
    height: 40%;
    top: 40%;
}

#gameCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateZ(0);
}

#subCanvas {
    width: 70%;
    height: 9%;
    position: absolute;
    top: 12%;
    left: 15%;
    transform: translateZ(0);
}

#gameWarpper {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    position: absolute;
}

#dropBtn {
    bottom: 9%;
    left: 40%;
    width: 20%;
    height: 9%;
    border-radius: 50%;
}

#preloadImagesArea {
    display: none;
}

.scoreArea {
    display: none;
    position: relative;
    max-width: 1080px;
    max-height: 1920px;
    text-align: center;
    font-family: 'AcuminVariableConcept', sans-serif;
    font-weight: 800;
    overflow: hidden;
}

.scoreImageBg {
    width: 100%;
    max-width: 1080px;
}

#scoreImageL1 {
    width: 100%;
    max-width: 1080px;
}

#scoreImageL2, #scoreImageL3 {
    position: absolute;
    left: 0px;
}

#scoreImageL2 {
    animation: fading 0.75s ease-in 0s infinite alternate;
}

#timeText, #scoreText, #previewTimeText, #previewScoreText{
    position: absolute;
    top: 4.5%;
    display: inline-block;
    width: 30%;
    font-weight: bold;
    text-align: center;
    font-weight: 800;
    color: #ffff00;
    height: 4%;
    font-family: 'Open Sans';
    font-weight: 700;
}

#timeText, #previewTimeText {
    left:55%
}
#scoreText, #previewScoreText {
    left:10%;
    color: white;
} 

#nextCoin ,#previewNextCoin{
    z-index: 999;
    position: absolute;
    width: 22%;
    max-width: 239px;
    top: 1%;
    left: 78%;
}

#nextCoinInside {
    position: absolute;
    top: 2%;
    left: 80%;
    width: 18%;
    max-width: 230px;
    z-index: 1000;
}  

#coinWall {
    width: 100%;
    max-width: 1080px;
    max-height: 1920px;
    position: absolute;
    top: 9.25%;
    left: 0%;
    z-index: 990;
}

#finalScore {
    display: block;
    position: absolute;
    width: 100%;
    height: 10%;
    top: 55%;
    font-size: 72px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'AcuminVariableConcept', sans-serif;
    font-weight: 800;
}
.clickable {
    display: block;
    position: absolute;
}
.clickable:hover {
    cursor: pointer;
}
#toSubmit {
    width: 54%;
    height: 8%;
    top: 69.5%;
    left: 23%;
}
#retry {
    width: 54%;
    height: 8%;
    top: 80.5%;
    left: 23%;
}

.scoreEffect {
    animation: scoreEffect 0.5s ease-in 0s infinite alternate;
}

@keyframes resize {
    from {
        transform: scale(0.9);
    }
    to {
        transform: scale(1);
    }
}

@keyframes fading {
    0% {
		opacity: 0.3;
        transform: scale(1);
	}
	100% {
		opacity: 0.5;
        transform: scale(1.15);
	}
}

@keyframes shading {
    0% {
		opacity: 0.2;
	}
	100% {
		opacity: 0.8;
	}
}

@keyframes shading_1 {
    0% {
		opacity: 0;
	}
	100% {
		opacity: 0.8;
	}
}



@keyframes scoreEffect {
    0% {
		opacity: 0.5;
        transform: scale(1);
	}
	100% {
		opacity: 1;
        transform: scale(1.2);
	}
}

#toAbout {
    top: 42%;
    left: 20%;
    width: 60%;
    max-width: 500px;
}

.imageParts {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    animation: resize 1s linear 0s infinite alternate;
}

#startGame {
    top: 80%;
    left: 25%;
    max-width: 500px;
    width: 50%;
}

#aboutContainer, #scoreGuideContainer, #gameContainer, #aboutTnCContainer, .audioSection, #scoreArea, #previewContainer {
    display: none;
}

#homeImage, #aboutImage, #scoreGuideImage, #gameBackgroundImage, #previewBackgroundImage {
    width: 100%;
    max-width: 1080px;
    max-height: 1920px;
    height: 100dvh;
    height: 100vh;
}

#scoreGuide {
    right: 12%;
    top: 7%;
    width: 8%;
    height: 4%;
}
#scoreGuideContainer {
    width: 100%;
    height: 100%;
    z-index: 99;
}
#aboutTnCContainer {
    width: 100%;
    z-index: 99;
    left: 0;
}
#aboutTnCBg {
    width: 100%;
}
#aboutTnCCloseBtn {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 7.5%;
}
#aboutTnCCloseBtn:hover {
    cursor: pointer;
}
#aboutTnCTextContainer {
    position: absolute;
    width: 80%;
    top: 10%;
    left: 10%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 70vh;
    font-size: 1em;
    text-align: left;
    line-height: 1.5;
}

table, tr, td {
    border: black 1px solid;
}

#tncTitle {
    font-weight: bold;
}

#aboutTnCText {
    width: 100%;
}
#closeScoreGuide {
    right: 10%;
    top: 7%;
    width: 14%;
    height: 7%;
}

#aboutTnC {
    top: 79%;
    width: 6%;
    left: 61%;
    height: 2%;
}

#aboutTnC2 {
    top: 80%;
    width: 11%;
    left: 69%;
    height: 2%;
}