body
{
	height: 100vh;
	background-image: url("../img/background.jpg");
	background-size: cover;
	font-size: 1.4rem;
}
.sec
{
	height: 100%;
	overflow: hidden;
}

h1
{
	/*font-size: 4.3rem;*/
	font-size: 5vmax;
}
h2
{
	/*font-size: 3.3rem;*/
	font-size: 4vmax;
}
h3
{
	/*font-size: 2.3rem;*/
	font-size: 3vmax;
}
h4
{
	/*font-size: 1.3rem;*/
	font-size: 2vmax;
}

.thanky-you span
{
	color: #B2142C;
    font-size: 2vmax;

}

.game-container
{
	height: 100%;
}


.rel_pos
{
	position: relative;
}
.pos_abs
{
	position: absolute;
}
.pos_fixes
{
	position: fixed;
}
.logo_cont
{
	width: 100%;
	display: flex;
    justify-content: center;
}
.logo
{
	max-width: 250px;
	width: 100%;
}
.logo_img
{
	width: 100%;
}

.img_cont>img
{
	
	width: 100%;
}

.img_1
{
	left: 79%;
    transform: translate(-50%,-50%);
    top: 35%;
}
.img_1>.img_cont
{
	width: 54vw;
	z-index: 50;
}


.img_2
{
	transform: translate(-50%,-50%);
    left: 70%;
    top: 59%;
	z-index: 60;
}
.img_2>.img_cont
{
	width: 45vw;
}

.img_3
{
    transform: translate(-50%,-50%);
	left: 32%;
    top: 68%;
	z-index: 50;

}
.img_3>.img_cont
{
	width: 73vw;
}

.img_4
{
    transform: translate(-50%,-50%);
	left: 54%;
    top: 86%;
	z-index: 60;

}
.img_4>.img_cont
{
	width: 70vw;
}

.text_cont
{
	left: 3%;
    top: 18%;
    z-index: 70;
    color: white;
}


.img_5
{
	transform: translate(-50%,-50%);
    left: 27%;
    top: 80%;
    z-index: 60;
}
.img_5>.img_cont
{
	width: 50vw;
}
.img_6
{
    transform: translate(-50%,-50%);
    left: 72%;
    top: 85%;
    z-index: 50;

}
.img_6>.img_cont
{
	width: 80vw;
}
.fade_back
{

}
.count_down_pos_fade
{
	left: 0;
    top: 0;
    z-index: 50000;
    background-color: #2221218f;
    width: 100vw;
    height: 100vh;
}
.reset_text 
{
	margin-bottom: 3rem;
}

.count_down_pos
{
	transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 50000;
    background-color: #b33548;
    border: 2px dashed white;
    padding: 15px;
    border-radius: 15px;
    width: 70%;
}
.count_down
{
	border: 1px solid white;
    border-radius: 15px;
    background-color: #B2142C;
    padding: 15px;
}
.count_down_text
{
	color: white;
	text-align: center;
}

.text_part_1
{
	display: flex;
    flex-direction: column;
    width: fit-content;
    padding-left: 60px;
}
.text_part_1>h3
{
	display: flex;
    width: fit-content;
    align-self: flex-end;
}

.text_cont h1,.text_cont h3
{
	padding: 5px 30px;
	color: white;
	background-color: #B2142C;
}
.btn_1
{
	margin-top: 25px;
	display: flex;
    justify-content: center;
}
.btn_1>div
{
	padding: 10px 25px;
	background-color: white;
	box-shadow: 1px 1px 20px 3px #00000070;

}
.btn_1>div>span
{
	font-size: 1.5rem;
	font-weight: 800;
}
.op_0
{
	opacity: 0;
	pointer-events: none;
}

.btn_2
{
	margin-top: 10px;
	display: flex;
    justify-content: center;
}
.btn_2>div
{
	padding: 10px 25px;
	background-color: white;
	box-shadow: 1px 1px 20px 3px #00000070;

}
.btn_2>div>span
{
	font-size: 1.5rem;
	font-weight: 800;
}
.form_cont
{
	z-index: 5000;
    position: relative;
}


.form_text h3
{
	background-color: #B2142C;
	color: white;
	width: fit-content;
	padding: 10px 20px;
}
.form_text
{
	max-width: 90%;
	display: flex;
	justify-content: center;
	width: fit-content;
	flex-direction: column;
	align-items: center;
}
.form_text_cont
{
	display: flex;
	justify-content: center;
}
.input-container
{
	display: flex;
}
form .form-item-1 label
{
	color: #B2142C;
	font-weight: 500;
	flex: none;
	margin-right: 15px;
	padding: 5px 10px 8px 0px;
}
form .form-item-1 input
{
	width: 100%;
	background-color: #B2142C;
	border: none;
	color: white;
	padding: 5px 10px 8px 10px;
}
form .form-item-1 input::placeholder 
{
	color: white;
}
.radio_text
{
	color: #B2142C;
}

form .form-item-2 label
{
	color: #B2142C;
	font-weight: 500;
}
.form-item-2
{
	display: flex;
	    justify-content: space-evenly;
}

.form-item-3{
	color: #B2142C;
	font-weight: 500;
}

.error
{
	color: black;
	font-weight: 400;
	font-size: 1.2rem;
}














.card.card-body {
  max-height: 60vh;
  overflow-y: auto;
  margin: 2rem 0 0rem 0rem;
  padding: 2rem;
  font-size: 70%;
}