/* CSS Document */
.bgc{
	background-color: #282B64;
}
.bgc2{
	background-color: #FF90AA;
}
.center{
	margin-top: 35%;
}
.body1 {
	animation: wait 2s;
	animation: fadeOutAnimetion ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeOutAnimetion{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
.body2 {
	animation: fadeInAnimetion ease 3s;
	animation-iteration-count: 1;
	animation-fill-mode: backwards;
}
@keyframes fadeInAnimetion{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.stxt{
	font-size: 20px;
	
}
.img{
	border-radius: 50%;
}
.textC{
	color: #3F5D95;
	font-weight: bold;
}
.fontS{
	font-style: normal;
}
.Fbox{
	position: static;
	width: 192px;
	height: 116px;
	left: 458px;
	top: 10px;
	flex: none;
	order: 2;
	align-self: flex-start;
	margin: 20px 0px;
}
.box1{
	position: absolute;
	width: 192px;
	height: 116px;
	left: 34px;
	background: #FF90AA;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}
.box2{
	position: absolute;
	width: 192px;
	height: 116px;
	left: 246px;
	background: #FF90AA;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}
.box3{
	position: absolute;
	width: 192px;
	height: 116px;
	left: 458px;
	background: #FF90AA;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
	border-radius: 7px;
}
.fream1{
	position: absolute;
	width: 100%;
	height: 166px;
	left: 0px;
	overflow-x: scroll;
}
.fream2{
	display: flex;
	flex-direction: row;
	padding: 10px 34px;
	position: absolute;
	width: 684px;
	height: 166px;
	left: 0px;
}
.fream3{
	display: flex;
	flex-direction: row;
	padding: 10px 34px;
	position: absolute;
	width: 100%;
	height: 500px;
	left: 0px;
}