
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
body,.bgClass
{
	user-select: none;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	overflow:hidden;
}
.bluePatch
{
	visibility:hidden;
	display: flex;
    align-items: center;
    height: 15vh;
	margin-bottom: auto;
}
.homeLogo
{
	display: flex;
    align-items: center;
}
.rowClass
{
	margin-top: 5vh;
}
#storyPage,#showMenu
{
	display:none;
}
#showMenu
{
	margin-top:-6vh;
}
#stories,#pageNo
{
	text-align: center;
    font-size: 2.3vw;
	font-weight: bold;
	color:black;
}
.noPadding
{
	padding:0px !important;
}
.stayBottom{
	bottom:1vh;
	position:fixed;
}
#showEndMsg{
	color:white;
	font-size:5vw;
}
#txtDiv
{
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 2vw;
    height: 55vh;
    margin: 1vw 0;
	font-size: 2vw;
	color:black;
}
/* #musicIcon
{
	display:none;
	width: 4vw;
    height: 7vh;
    background-color: #7a7a7a;
    position: absolute;
    padding: 1% 1% 1% 0.7%!important;
}
#musicIcon > i
{
	font-size: 2vw;
    color: white;
} */
#scrollBar
{
	overflow-x: hidden;
	overflow-y: scroll;
	height:85vh;
}
::-webkit-scrollbar {
    width: 0.7vw;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    background: #383838; 
    border-radius: 10px;
}
.borderClass
{
	padding: 1.5vw 1.5vw 1.5vw 2vw;
}
.showInline
{
	width:34%;
	display:inline-block;
	padding:0% 1% 0% 1% !important;
}
.scrolls
{
	padding:2% 0% 0% 0% !important;
}
.menuNames
{
	font-size:2.3vw;
    font-weight: bold;
	color:black;
	padding:1vw;
}
.widthCls
{
	width:max-content;
}
.cassetteCls
{
	height: 21vh;
    position: absolute;
    bottom: 1vh;
}
.mainDivClass
{
	margin-top: 2vh;
}
.marginClass
{
	box-shadow: 2px 6px 3px black;
}
#storyBookDiv
{
	display: none;
	position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
#bookImg
{
    padding: 2vw;
}
#bookPara
{
	font-size: 5vw !important;
	margin: 4vh 0;
}
#imgPart
{
    height: 81vh;
}
#imgPart > div{
	display: flex;
    justify-content: center;
    align-items: center;
}
.imgBorderClass
{
	padding: 2vw 0;
    border-radius: 4vw;
}
#textPart
{
	margin-top: unset;
}
#endpage
{
	display:none;
}
#gameOverDiv
{
	font-size: 6.5vw;
	color:black;
}
#acknowledgementDiv 
{
	display:none;
	padding:2vw !important;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size: 1.7vw;
    line-height: 6vh;
    color: #493125;
    font-style: oblique;
    font-weight: 600;
}
.firstLetter:first-letter
{
	font-size:2vw;
}
.zoomInCls {
    animation-name: zoom;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes zoom
{
	0% {
		opacity: 0.1;
	}
	50% {
		opacity: 0.4;
	}
	75% {
		opacity: 0.7;
	}
	100% {
		opacity: 0.9;
	}
}
.marqueCls
{
	animation: marquee 7s linear infinite;
}
@keyframes marquee
{
	 0% {
	  -moz-transform: translateX(100%);
	  -webkit-transform: translateX(100%);
	  transform: translateX(100%)
	}
	100% {
	  -moz-transform: translateX(-100%);
	  -webkit-transform: translateX(-100%);
	  transform: translateX(-100%);
	}
}
@media only screen and (max-width:800px)
{
	#txtDiv
	{
		height:50vh;
	}
	#textPart
	{
		margin-top: 2vh;
	}
	#imgPart
	{
		display:unset;
		margin-top:unset;
	}
	.bluePatch
	{
		height:4.4vh;
	}
	#showMenu
	{
		margin-top:0;
	}

	#imgPart > div{
	display: unset;
    justify-content: unset;
    align-items: unset;
	}
}
@media screen and (orientation:landscape)
{
	.bluePatch
	{
		height: 15vh;
	}
	#imgPart > div{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#imgPart
	{
		display:unset;
		height:83vh;
	}
}

@media screen and (min-width :480px) and (min-height:320px) and (max-width :823px) and (max-height:414px)
{
	#imgPart > div >.col-xs-12
	{
		width: 66.66666667%!important;
	}
}
:not(:root):fullscreen::backdrop {
    background: transparent !important;
}