@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,200;0,300;0,500;0,700;1,200;1,300;1,500;1,700&display=swap');

body {
	font-family: 'Noto Serif Display', serif;
	background-color: #fff;
	margin: 20px;
	padding: 30px;
	border-radius: 20px;
	border: solid 0.5px #000;
}

header {
	width: 100%;
}

header .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
}

header .logo img {
	width: 130px;

}

header .borders {
	width: 100%;
	margin-top: 25px;
	border-bottom: solid 0.5px #000;
}

header .title {
	text-align: center;
	font-weight: 600;
	font-size: 35px;
	letter-spacing: 45px;
	word-spacing: 45px;
	margin: 30px 0;
	margin-bottom: 70px;
}

#about {
	margin: 150px 0;
}

.dots {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 50px 0;
}

.dot-item {
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
	margin: 0 10px;
}

#about p {
	font-style: italic;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}

#about p span {
	font-weight: bold;
}

#form {
	margin: 50px 0;
}

#form .form-tit {
	display: flex;
	justify-content: center;
}

#form .form-title {
	border: solid 0.5px #000;
	padding: 10px;
	font-weight: bold;
	width: 230px;
	text-align: center;
	font-size: 23px;
}

#form .app-form{
	margin: 30px 0;
}

#form .app-form input {
	width: 100%;
	border: none;
	border-bottom: solid 0.5px #000;
	color: #000;
	margin-bottom: 20px;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 10px;
	border-radius: 0;
	font-weight: 300;
}

#form .app-form input:focus {
	outline: none;
	border-color: #2ecc71;
}

#form .app-form input::placeholder {
  color: #000;
  opacity: 1;
}

#form .app-form input:-ms-input-placeholder {
  color: #000;
}

#form .app-form input::-ms-input-placeholder {
  color: #000;
}

#form .file-up label {
	border-bottom: solid 0.5px #000;
	width: 100%;
	color: #000;
	font-style: italic;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: 300;
}

#form .sub-buts button {
	background: #000;
	font-size: 20px;
	color: #fff;
	margin: 10px 0;
	text-align: center;
	padding: 5px 35px;
	font-style: italic;
}

.form-control {
	padding: 0;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.invalid-feedback {
	margin-top: -20px;
	font-size: 12px;
}


.mail-error {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	margin-top: 25px;
}

.mail-error .error-left {
	background: #c0392b;
	padding: 10px;
	color: #fff;
	font-size: 25px;
}

.mail-error .error-right {
	background: #e74c3c;
	padding-left: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 100%;
	color: #fff;
}

.mail-success {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	margin-top: 25px;
}

.mail-success .success-left {
	background: #27ae60;
	padding: 10px;
	color: #fff;
	font-size: 25px;
}

.mail-success .success-right {
	background: #2ecc71;
	padding-left: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	width: 100%;
	color: #fff;
}

footer {
	margin-top: 100px;
}

footer .socials {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

footer .socials .social-item {
	margin: 10px 20px;
}

footer .socials .social-item img {
	width: 50px;
}

.name-mob {
	display: none;
}

.mob-sliders {
	display: none;
}


@media (max-width: 576px) {
	.main-sliders {
		display: none;
	}
	.mob-sliders {
		display: block;
	}
	.name-des {
		display: none;
	}
	.name-mob {
		display: block;
	}
	header .logo {
		padding-bottom: 0;
	}
	header .logo img {
		width: 90px;
	}
	header .title {
		margin: 10px 0;
	}
	footer .socials .social-item img {
		width: 35px;
	}
	#about {
		margin: 30px;
	}
	.dot-item {
		width: 5px;
		height: 5px;
	}
}
