@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	color: #383838;
	margin-bottom: 0.5rem;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	outline: none;
	background-color: transparent;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
}

strong {
	font-weight: 800;
	color: #000;
}

a {
	text-decoration: none !important;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: inherit;
	font-weight: 400;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

button {
	color: inherit;
	border: none;
}

ul {
	padding-left: 0 !important;
}

hr {
	background-color: #333;
	opacity: 1;
}

input:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

textarea {
	resize: none;
}

@media (min-width:1920px) {
	.container {
		max-width: 1440px;
	}

}

.comming-sec {
	height: 100vh;
	max-height: 100vh;
	background-image: url(../img/main-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
	z-index: 10;
	overflow-x: hidden;
}

.comming-sec::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 34%;
	height: 100%;
	background-image: url(../img/main-img.png);
	background-repeat: no-repeat;
	z-index: 0;
	background-attachment: fixed;
	background-size: contain;
}

.comming-cards {
	width: 700px;
	margin-left: 360px;
}

.comming-cards-innr {
	padding: 45px 20px;
	border-radius: 20px;
	border: 1px solid #FFF;
	background: linear-gradient(113deg, rgba(255, 255, 255, 0.51) 4.81%, rgba(255, 255, 255, 0.25) 50.59%, rgba(255, 255, 255, 0.51) 97.29%);
	backdrop-filter: blur(10px);
	text-align: center;
	margin-bottom: 20px;
}

.comming-cards-innr h1 {
	font-size: 56px;
	font-weight: 800;
	color: #000;
	margin-bottom: 20px;
}

.comming-cards-innr p {
	font-size: 16px;
	font-weight: 400;
	color: #323232;
}

.comming-cards-input {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0 70px;
	margin-top: 40px;
}

.comming-cards-input .form-control {
	height: 60px;
	border-radius: 16px;
	box-shadow: 0 20px 70px 0 rgba(0, 39, 96, 0.12);
}

.comming-cards-input .form-control:focus {
	border-color: #305EBA;
}

.comming-cards-input button {
	padding: 15px 25px;
	background-color: #305EBA;
	border-radius: 16px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.coming-social p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	margin-bottom: 12px;
}

.social-icons {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}

.social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	width: 24px;
	background-color: #fff;
	border-radius: 4px;
}

.social-icons a:hover {
	background-color: #436CF2;
}

.social-icons a:hover img {
	filter: brightness(0) invert(1);
}

.comming-text {
	font-size: 130px;
	color: #000;
	opacity: 0.1;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	text-align: center;
	z-index: -1;
}

.copyright-text {
	font-size: 14px;
	font-weight: 400;
	color: #575757;
	width: 100%;
	text-align: center;
}

@media(max-width:1600px) {
	.comming-text {
		bottom: 20px;
		left: 50px;
	}

	.comming-text {
		font-size: 125px;
	}

	.comming-cards-innr h1 {
		font-size: 50px;
	}

}

@media(max-width:1499px) {
	.comming-text {
		bottom: 20px;
		left: 80px;
		font-size: 115px;
	}

}

@media(max-width:1399px) {
	.comming-text {
		left: 94px;
		font-size: 110px;
	}

}

@media(max-width:1299px) {
	.comming-text {
		font-size: 90px;
	}

	.comming-cards {
		margin-left: 400px;
	}

	.comming-sec::before {
		width: 38%;
	}

}

@media(max-width:1199px) {
	.comming-cards {
		width: 600px;
		margin-left: 360px;
	}

	.comming-cards-innr h1 {
		font-size: 42px;
	}

	.comming-sec::before {
		width: 38%;
	}

	.comming-text {
		font-size: 80px;
	}

}

@media(max-width:1099px) {
	.comming-sec::before {
		display: none;
	}

	.comming-cards {
		margin-left: auto;
		margin-right: auto;
	}

	.comming-text {
		font-size: 80px;
		left: 1px;
	}

	.copyright-text.start-50 {
		left: 40% !important;
	}

	.comming-sec {
		padding-bottom: 0;
	}

}

@media(max-width:767px) {
	.comming-cards {
		width: 100%;
	}

	.comming-cards-input {
		display: flex;
		align-items: center;
		gap: 20px;
		padding: 0 20px;
		margin-top: 20px;
	}

	.comming-cards-innr h1 {
		font-size: 30px;
	}

	.comming-cards-innr {
		padding: 30px 20px;
	}

	/*.comming-sec {
		display: flex;
		flex-direction: column;
		align-items: center;
	}*/
	.copyright-text.start-50 {
		left: auto !important;
		width: 100%;
		text-align: center;
	}

	.comming-cards-input .form-control {
		height: 50px;
		border-radius: 10px;
	}

	.comming-cards-input button {
		padding: 13px 20px;
		border-radius: 10px;
		font-size: 16px;
	}

	.comming-logo a img {
		width: 140px;
	}

	.comming-sec {
		padding-top: 0;
	}

	.copyright-text {
		margin-bottom: 0;
	}

}

@media(max-width:575px) {
	.comming-cards-innr h1 {
		font-size: 20px;
	}

	.comming-text {
		font-size: 50px;
		opacity: 0.3;
		bottom: 15px;
		left: 0;
	}

	.comming-cards-innr {
		padding: 20px 10px;
	}

	.comming-cards-input {
		padding: 0 10px;
		gap: 5px;
	}

	.comming-cards-innr p {
		font-size: 14px;
	}

	.comming-cards-input button {
		padding: 11px 12px;
		font-size: 14px;
	}

	.comming-sec {
		max-height: 100dvh;
		padding-top: 150px;
	}

}
