.main_box{
	background-image: url('../images/background.png');
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	
}

.grants_logo img{
	position: absolute;
	top: 3%;
	left: 3%;
	width: 15%;
}

.bottle_img img{
	position: absolute;
	bottom: 0%;
	right: 3%;
	width: 15%;
}

.main_box h4{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Big Shoulders", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
}

.inner_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.txt-white{
	color: #fff;
}
.txt-yellow{
	color: #fadf57;
}

.form-section{
	padding: 0px 30px;
}
.form-section span{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: "Big Shoulders", sans-serif;
	font-optical-sizing: auto;
	font-weight: bold;
	font-style: normal;
}

.form-section .form-group{
	margin-bottom: 10px;
}

.form-section .form-group input{
	border-radius: 20px;
    border: none!important;
    text-align: center!important;
    outline: none!important;
    width: 100%;
}

.gameonbtn{
	width: 50%;
}
.gameonbtn2{
	width: 80%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.video-sreen {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color: #e70000;
}

.video-container {
	width: 100%;
	max-width: 600px;
	height: 100vh;
	position: relative;
}

.capture_btn{
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, 0);
}

video {
	width: 100%;
	height: 100vh;
	display: block;
	object-fit: fill;
}

@media (max-width: 768px) {
    .video-container {
        width: 100%;
        max-width: 100%;
    }
}





@media (max-width: 767px) {
  .inner_box{
		width: 60%;
	}

	.gameonbtn {
	    width: 30%;
	}
}

@media (max-width: 620px) {
  .inner_box{
		width: 70%;
	}
	.gameonbtn {
	    width: 50%;
	}
}

@media (max-width: 500px) {
  .inner_box{
		width: 100%;
	}
}