

body
{
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fff;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* Webkit touch devices */
    text-rendering: optimizeLegibility;
  	-webkit-font-smoothing: antialiased;
}

/* Preloader style START ----------- */

#preloader
{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    justify-content: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #000000;
	background-size: 80%;
}

#preloader img
{
	width: 50%;
}

#preloader div
{
	position: absolute;
	bottom: -25px;
	font-size: 1rem;
}

/* Preloader style END ----------- */

#pattern-bg
{
	position: absolute;
	background-size: 50%;
	width: 100%;
	height: 100%;
	z-index: 1;
	/* pointer-events: none; */
}

#top-bar
{
	background-color: #fe6d6d;
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 1;
	border-bottom: 3px solid #662c2c;
	border-radius: 20px;
	/* pointer-events: none; */
}

#copy-right
{
	background-image: url(../../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width: 208px;
    height: 78px;
	/* pointer-events: none; */
	z-index: 9999;
	cursor: pointer;
}

#copy-right-txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#animation_container
{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	/* overflow: hidden; */
}

#dom_inner_con
{
	position:absolute;
    left:0;
	/* right:0;
	top:0;bottom:0; */
	transform-origin: top left;
	height: 0px;
	z-index: 1;
}

#intro-map
{
	background-image: url(../../images/intro-map.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1400px;
	height: 626px;
	display: none;
}

#title-txt
{
	background-image: url(../../images/title.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 1542px;
	height: 208px;
	display: none;
	animation: blur-anim .5s linear forwards;
	filter: blur(50px);
}

#start-btn
{
	background-image: url(../../images/start-btn.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 317px;
	height: 143px;
	filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 10%));
	cursor: pointer;
	pointer-events: none;
	display: none;
}

#main-menu-con
{
	animation: blur-anim 1s linear forwards;
	filter: blur(50px);
	position: absolute;
	z-index: 2;
}

@keyframes blur-anim
{
	100% {	filter: blur(0) };
}

.main-menu
{
	background-size: 100%;
	width: 355px;
	height: 374px;
	filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 25%));
}

#main-menu1
{
	width: 1305px;
	height: 409px;
}

.menu-txt
{
	font-family: 'ProductSans-Black';
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 42px;
    pointer-events: none;
}

.menu-txt span
{
	font-family: 'ProductSans-Regular';
	margin-top: 5px;
}

#menu-txt1, #menu-txt2
{
	top: 275px;
    left: 92px;
	color: #320947;
}

#menu-txt2
{
    left: 774px;
}

#menu-txt3, #menu-txt4, #menu-txt5
{
    left: 55px;
    top: 274px;
}

#menu-txt4
{
    left: 35px;
}

#menu-txt5
{
    left: 56px;
}

#nav-con
{
	position:absolute;
    left:0;
	/* right:0;
	top:0;bottom:0; */
	transform-origin: top left;
	height: 0px;
	z-index: 1;
}

#btm-nav-con
{
    width: 74px;
    height: 74px;
	display: none;
	filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 25%));
}

#back-btn, #audio-btn
{
	cursor: pointer;
	pointer-events: none;
}

#file-loader
{
	position: absolute;
	display: none;
	width: 100%;
    height: 100%;
    border: none;
    outline: none;
    z-index: 1;
}

/* .lock
{
	filter: drop-shadow(0 0 40px rgba(0 0 0 / 100%));
} */

#main-msg-pop
{
	background-color: #ffec4c;
    color: #333;
    outline: 4px solid #ffcc35;
    border-radius: 20px;
    padding: 20px;
    z-index: 99;
    font-family: 'ProductSans-Regular';
    font-size: 40px;
    filter: drop-shadow(0 0 10px rgba(0 0 0 / 50%));
	display: none;
}


/* Mobile zoom-in style start........... */

#zoom-parent_container
{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	/* overflow: auto; */
}

#zoom_container
{
	position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transform-origin: top left;
	/* transition: scale .5s ease-out; */
}

#zoom-nav-con
{
	position: absolute;
	width: 20px;
	height: 20px;
	left: 10px;
	bottom: 10px;
	z-index: 9999;
	padding: 5px;
	overflow: hidden;
	border-radius: 5px;
	background-color: rgb(255 255 255 / 80%);
	filter: drop-shadow(0 0 5px rgba(0 0 0 / 50%));
}

#zoom-btn
{
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#zoom-btn svg
{
	width: 100%;
	height: 100%;
	fill: blue;
}

#zoom-slider
{
	position: absolute;
	bottom: 10px;
	left: 28px;
	/* display: none; */
}

input[type="range"]
{
	width: 100px;
	-webkit-appearance: none;
}

input[type="range"]:focus
{
  	outline: none;
}

input[type="range"] + label
{
	background-color: #fff;
	position: absolute;
	top: -25px;
	left: 0;
	width: 80px;
	padding: 5px 0;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	display: none;
}

/* Chrome & Safari */
input[type="range"]::-webkit-slider-runnable-track
{
	background: blue;
	border-radius: 2px;
	width: 100%;
	height: 2px;
	cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb
{
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid blue;
	margin-top: -6px;
	cursor: pointer;
}

/* Firefox */
input[type="range"]::-moz-range-track
{
	background: blue;
	border-radius: 4px;
	width: 100%;
	height: 16px;
	cursor: pointer;
}

input[type="range"]::-moz-range-thumb
{
	-webkit-appearance: none;
	height: 24px;
	width: 24px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid blue;
	margin-top: -9px;
	cursor: pointer;
}

/* IE */
input[type="range"]::-ms-track
{
	background: blue;
	border-radius: 4px;
	width: 100%;
	height: 14px;
	cursor: pointer;
}

input[type="range"]::-ms-thumb
{
	-webkit-appearance: none;
	height: 24px;
	width: 24px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid blue;
	margin-top: -9px;
	cursor: pointer;
}

/* Mobile zoom-in style end........... */

@media only screen and (max-width:800px)
{
	#preloader img
	{
		width: 30%;
	}
	#preloader div
	{
		font-size: 1rem;
	}
}

@media only screen and (max-width:800px) and (orientation: portrait)
{
	
}