@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
}
.container {
	width: 1440px;
	height: 6950px;
	margin: 0 auto;
}
nav {
	width: 1360px;
	height: 94px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 40px;
}
nav img {
	width: 124px;
	height: 24px;
}
nav ul {
	width: 843px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	list-style-type: none;
}
nav a {
	text-decoration: none;
	color: rgba(20, 20, 20, 1);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: left;
}
.btn-group {
	width: 257px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.login {
	width: 94px;
	height: 54px;
	box-sizing: border-box;
	border: 2px solid rgba(248, 244, 244, 1);
	border-radius: 8px;
	background-color: white;
	color: rgba(51, 51, 51, 1);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
}
.register {
	width: 153px;
	height: 54px;
	border-radius: 8px;
	background: rgba(0, 153, 255, 1);
	border: none;
	color: rgba(255, 255, 255, 1);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
}
.main {
	width: 900px;
	height: 452px;
	margin: 16px auto;
}
.main h1 {
	color: rgba(14, 16, 22, 0.95);
	font-family: Roboto;
	font-size: 120px;
	font-weight: 400;
	line-height: 110px;
	letter-spacing: 2px;
	text-align: center;
}
.main p {
	width: 500px;
	padding-top: 73px;
	color: rgba(53, 57, 63, 1);
	font-family: Roboto;
	font-size: 26px;
	font-weight: 400;
	line-height: 36.4px;
	letter-spacing: 0%;
	margin: 0 auto;
	text-align: center;
}
.main input {
	width: 300px;
	height: 54px;
	border-radius: 8px 0px 0px 8px;
	background: rgba(255, 255, 255, 1);
	border: 3px solid rgba(0, 153, 255, 1);
	color: rgba(178, 178, 178, 1);
	padding-left: 10px;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: left;
	outline: none;
}
.main div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.main button {
	width: 157px;
	height: 58px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: rgba(0, 153, 255, 1);
	border: none;
	color: rgba(255, 255, 255, 1);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
}
.last {
	width: 1180px;
	height: 178px;
	margin: 0 auto;
	padding-top: 44px;
}
.last img {
	width: 100%;
}
.box {
	width: 860px;
	height: 691.89px;
	margin: 60px auto;
	text-align: center;
}
.box h3 {
	color: rgba(0, 0, 0, 1);
	font-family: Roboto;
	font-size: 36px;
	font-weight: 400;
	line-height: 56px;
	letter-spacing: 1.5px;
	text-align: center;
}
.box img {
	width: 860px;
	height: 486px;
	padding-top: 30px;
}
.section {
	width: 1160px;
	height: 526.3px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.section_right {
	width: 676.66px;
	height: 456.3px;
	background: url(img/section\ right.png);
	background-size: cover;
	margin-top: 50px;
}
.section_left {
	padding-top: 40px;
}
.section_left span {
	color: rgba(12, 159, 100, 1);
	font-family: Roboto;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: left;
}
.section_left h4 {
	color: rgba(14, 16, 22, 0.95);
	width: 370px;
	font-family: Roboto;
	font-size: 56px;
	font-weight: 700;
	line-height: 63.8px;
	letter-spacing: 1.5px;
	text-align: left;
	padding-top: 15px;
}
.section_left p {
	width: 390px;
	padding-top: 24px;
	color: rgba(14, 16, 22, 0.95);
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
	line-height: 30.8px;
	letter-spacing: 0%;
	text-align: left;
}
.section_left button {
	width: 136px;
	height: 54px;
	box-sizing: border-box;
	border: 2px solid rgba(248, 244, 244, 1);
	border-radius: 8px;
	background-color: white;
	color: rgba(51, 51, 51, 1);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	margin-top: 26px;
}
.create_left {
	width: 676.66px;
	height: 476.3px;
	background: url('img/create.png');
	background-size: cover;
	margin-top: 50px;
}
.create_right {
	width: 483.33px;
	height: 509px;
	padding-left: 40px;
}
.create {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.create_right span {
	color: rgba(254, 193, 4, 1);
	font-family: Roboto;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0%;
	text-align: left;
}
.create_right h3 {
	color: rgba(14, 16, 22, 0.95);
	font-family: Roboto;
	font-size: 57px;
	font-weight: 700;
	line-height: 63.8px;
	letter-spacing: 1.5px;
	text-align: left;
	padding-top: 15px;
}
.create_right p {
	color: rgba(14, 16, 22, 0.95);
	width: 400px;
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
	line-height: 30.8px;
	letter-spacing: 0%;
	padding-top: 24px;
	text-align: left;
}
.create_right button {
	width: 136px;
	height: 54px;
	box-sizing: border-box;
	border: 2px solid rgba(248, 244, 244, 1);
	border-radius: 8px;
	color: rgba(51, 51, 51, 1);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0%;
	background-color: white;
	margin-top: 25px;
	text-align: center;
	cursor: pointer;
}
main {
	width: 1240px;
	height: 1137px;
	border-radius: 20px;
	background: rgba(32, 46, 120, 1);
	margin: 80px auto;
	text-align: center;
}
main .logo {
	width: 80px;
	height: 80px;
	padding-top: 70px;
}
main h3 {
	color: rgba(255, 255, 255, 1);

	font-family: Roboto;
	font-size: 56px;
	font-weight: 700;
	line-height: 63.8px;
	letter-spacing: 1.5px;
	text-align: center;
	padding-top: 24px;
}
main p {
	width: 719px;
	color: rgba(255, 255, 255, 1);
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
	line-height: 30.8px;
	letter-spacing: 0%;
	text-align: center;
	margin: 0 auto;
}
main button {
	width: 213px;
	height: 54px;
	box-sizing: border-box;
	border: 2px solid rgba(248, 244, 244, 1);
	border-radius: 8px;
	color: rgba(244, 246, 248, 1);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	margin: 70px auto;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
}
.customers {
	background-color: rgba(0, 6, 57, 1);
	margin: 0 auto;
	border-radius: 20px;
	width: 1160px;
	height: 520px;
}
.dots {
	width: 1160px;
	height: 40px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.dots .dot {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.4);
}
.dots .active {
	width: 14px;
	height: 14px;
	background-color: rgba(255, 255, 255, 1);
}
.black {
	width: 1240px;
	height: 974px;
	border-radius: 20px;
	background: rgba(24, 24, 24, 1);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	overflow: hidden;
}
.text {
	width: 666.5px;
	height: 409px;
	background-color: red;
}
.bgimg {
	width: 2191px;
	height: 465px;
	background-color: aqua;
	background: url(img/bgimg.png);
	background-size: cover;
	background-position: left;
	margin-left: 610px;
}
.statistika {
	width: 1240px;
	height: 504px;
	background-color: aquamarine;
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.stat_left,
.stat_right {
	width: 620px;
	height: 404px;
	background-color: chocolate;
	border: 2px solid red;
	text-align: center;
}
.blue {
	width: 1240px;
	height: 601px;
	border-radius: 20px;
	background: rgba(60, 169, 255, 1);
	margin: 0 auto;
}
footer {
	width: 1240px;
	height: 640px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.95);
	margin: 60px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.bir {
	width: 222.39px;
	height: 480px;
	background-color: red;
	margin-top: 60px;
}
.ikki {
	width: 333.59px;
	height: 480px;
	background-color: green;
	margin-top: 60px;
}
