@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');


html, body {
  cursor: none;
}


						/* A CSS hack that might hide some browser UI elements, but it is not guaranteed */
				body:-webkit-full-screen,
				body:-moz-full-screen,
				body:-ms-fullscreen,
				body:fullscreen {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
				}

				html:-webkit-full-screen,
				html:-moz-full-screen,
				html:-ms-fullscreen,
				html:fullscreen {
					overflow: hidden;
				}

	

.no-select {
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}


body.fullscreen-hide-ui * {
    pointer-events: none;
    user-select: none;
}



















.body-01 {
	background-color: #0a70a9;
	padding: 150px 50px 50px 150px;
}
.progress-bar{
	width:100px;
	height: 20px;
}

.progress{
	width:0%;
	height: 100%;
	
}
.mytitle {
	margin-top: -100px;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: 400;
	color: white;
	font-family: 'Quicksand', sans-serif;
}
.loading {
	font-size: 26px;
	font-weight: 400;
	margin-top: 30px;
	color: white;
	font-family: 'Quicksand', sans-serif;
}
.img-sec {
	display: flex;
}
.info1 {
	margin-left: 20px;
	margin-top: 0;
	font-size: 16px;
	font-weight: 300;
	color: white;
	font-family: 'Quicksand', sans-serif;
}

.bigone {
	font-size: 135px;
	font-weight: 400;
	color: white;
	padding-bottom: 150px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}