body {
	margin: 0;
	padding: 0;
}
.j1 {
	text-align: center;
	position: absolute;
	top: 300px;
	left: 550px;
}
.me {
	color: #e31b6d;
}
.h {
	font-size: 46px;
	color: white;
}
.view {
	padding: 13px 17px;
	background: none;
	border: 2px solid white;
	border-radius: 2px;
	color: white;
}
.view:hover {
	transform: scale(1.1);
	transition: 0.1s;
	background-color: #04c2c9;
	border: none;
}
.bttModal {
	background-color: rgba(0, 0, 0, 0);
	background-image: url('../img/Component\ 6.svg');
	background-size: cover;
	position: absolute;
	width: 50px;
	height: 40px;
	top: -200px;
	right: -450px;
}
dialog,
dialog::backdrop {
	opacity: 0;
	scale: 1.05;
	transition-duration: 0.2s;
}
dialog {
	background: white;
	/* background: rgba(255, 255, 255, 0.7); */
	width: 1000px;
	height: 500px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
dialog[open],
dialog[open]::backdrop {
	opacity: 1;
	scale: 1;
}
.bttClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url('../img/close.png');
	background-size: cover;
	border: none;
	background-color: rgba(0, 0, 0, 0);
}
.di_btn {
	width: 900px;
	height: 80px;
	margin: 15px;
	color: #04c2c9;
	background: #fff;
	font-size: 28px;
}
.di_btn:hover {
	background: #8e8f8f;
}
.j2 {
	text-align: center;
}
h1 {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 46px;
	border-bottom: 2px solid black;
	color: #444649;
}
.about {
	display: flex;
	justify-content: space-evenly;
	margin-top: 50px;
}
.fast {
	font-size: 26px;
	font-weight: bold;
	color: #616161;
	line-height: 38px;
}
.com {
	padding-top: 14px;
	font-size: 18px;
	color: #616161;
	line-height: 26px;
}
.img {
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content: space-evenly;
}
.iam {
	width: 410px;
	font-size: 17px;
	line-height: 26px;
	color: #616161;
}
.har {
	height: 270px;
}
.me_1 {
	height: 200px;
}
.j3 {
	align-items: center;
	text-align: center;
}
h2 {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 46px;
	border-bottom: 2px solid black;
	color: #444649;
}
.phoo {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin: 50px;
}
.all {
	font-size: 20px;
	font-weight: 600;
	width: 110px;
	padding: 15px 0;
	text-align: center;
	align-items: center;
}
#all_1 {
	background-color: #e31b6d;
	color: white;
}
.pr_1 {
	display: flex;
	justify-content: center;
	gap: 70px;
	margin-bottom: 150px;
}
.png_1 {
	width: 260px;
	height: 160px;
	box-shadow: 7px 5px 12px 0 rgba(72, 81, 84, 0.27);
	border: 1px solid black;
}
.gg {
	width: 260px;
	height: 160px;
}
.footer {
	background-color: #1e242c;
}
h3 {
	margin-top: 100px;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 46px;
	border-bottom: 2px solid white;
	color: #fff;
}
.have {
	color: #04c2c9;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 50px;
}
.submit {
	margin-left: 35%;
	width: 550px;
	height: 350px;
	border: 1px solid #2f2f2f;
	background-color: #121c28;
}
.w_1 {
	color: #b4b4b4;
	border-bottom: 1px dashed #666464;
	text-align: start;
}
.w_4 {
	height: 290px;
	text-align: start;
}
input {
	width: 540px;
	height: 25px;
	background-color: #121c28;
}
.bt {
	border: 3px solid #c2c2c2;
	background: none;
	color: white;
	padding: 7px 12px;
	position: relative;
	left: 260px;
	top: -100px;
}
.ver {
	background-color: #e31b6d;
	padding: 5px 10px;
	margin-bottom: 100px;
	position: relative;
	top: 145px;
	left: -43px;
}
.food {
	background-color: #0c151f;
}
.mass {
	display: flex;
	justify-content: center;
	gap: 100px;
}
.fa-brands {
	margin: 60px 0;
	color: #04c2c9;
	font-size: 40px;
}
.rty {
	color: #e31b6d;
}
.ert {
	color: #8f9aa7;
	font-size: 15px;
	padding-bottom: 50px;
	margin: 0;
}
