body {
	background: #FBFBF7;
}

.bg-image {
	padding: 80px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 44%;
	position: relative;
	background-color: #000;
	margin-top: 30px;
}

@font-face {
	font-family: myFirstFont;
	src: url(../../../fonts/Mars-Brands-Regular-400.ttf);
}

h1 {
	font-family: Mars-Brands;
}

.banner-text h1 {
	font-size: 80px;
	line-height: 90px;
	letter-spacing: 1.1px;
	font-weight: 700;
	color: #fff;
}

.banner-text p {
	color: #A6B0B9;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
	margin: 55px 0px 50px 0;
}

.banner-text {
	max-width: 600px;
	z-index: 2;
}

.bg-image:before {
	position: absolute;
	content: "";
	background: linear-gradient(87deg, #000000 10.4%, #1a1d21 60.3%, rgb(0 0 0 / 8%) 90.5%);
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 30px;
}

a.banner-btn {
	border: 2px solid #FBFBF7;
	border-radius: 100px;
	background: #FBFBF7;
	padding: 12px 50px;
	color: #131418;
	font-size: 24px;
	line-height: 34px;
}

a.banner-btn:hover {
	background: #131418;
	border: 2px solid #FBFBF7;
}

h2 {
	font-size: 48px;
	line-height: 65px;
	color: #1A1E22;
	font-weight: 600;
	margin: 0;
}

p {
	color: #A6B0B9;
	/* font-size: 22px;
	font-weight: 400; */
	font-size: 20px;
	font-weight: 300;
}

.how-work-main {
	margin: 70px 0;
}

.how-work-main p {
	margin: 15px auto 0 auto;
	max-width: 885px;
}

h3 {
	color: #1A1E22;
	font-size: 32px;
	line-height: 36px;
	font-weight: 500;
	margin: 30px 0 40px 0;
}

.title-subtitle {
	margin-bottom: 60px;
}

img.about-img {
	max-width: 630px;
	position: relative;
	border-radius: 26px;
}

.img-background {
	position: relative;
}

.img-background:before {
	position: absolute;
	content: "";
	top: 0;
	left: 93px;
	width: 77%;
	height: 100%;
	background: #EAEBD8;
	border-radius: 26px;
	transform: rotate(349deg);
}

.about-sub {
	margin-bottom: 135px;
}

img.disply-mobile {
	display: none;
}

.step_desc p {
	max-width: 75%;
}

.step_desc img {
	width: 150px;
}


/* this are the new css for about us */
.list-disc {
	margin: 0px 20px 10px 20px;
	font-size: 20px;
	font-weight: 300;
}

.list-disc li {
	list-style: disc;
}

b {
	font-weight: 500;
}

.enquire_button {
	border: 1px solid #000;
	color: #FFFFFF;
	background-color: #000;
	margin-top: 40px;
	padding: 10px 50px 10px 50px;
	border-radius: 30px;
	font-size: 25px;
	font-weight: 400;
}

.enquire_button:hover {
	border: 1px solid #000;
	color: #000;
	background-color: #FFFFFF;
}

.enquire_link {
	color: #A6B0B9;
	text-decoration-line: none;
}

@media screen and (max-width: 991px) {
	.banner-text {
		max-width: 100%;
	}

	.bg-image {
		padding: 50px 15px;
		background-image: none !important;
	}

	.banner-text h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.banner-text p {
		font-size: 18px;
		line-height: 28px;
		margin: 20px 0px 25px 0;
	}

	a.banner-btn {
		padding: 10px 25px;
		font-size: 18px;
		line-height: 26px;
	}

	img.disply-mobile {
		display: block;
		border-radius: 30px;
		margin-bottom: 30px;
		width: 350px;
	}

	.how-work-main {
		margin: 30px 0;
		gap: 30px;
	}

	h2 {
		font-size: 25px;
		line-height: 35px;
	}

	p {
		font-size: 15px;
	}

	.how-work-main p {
		margin: 8px auto 0 auto;
		max-width: 100%;
	}

	.title-subtitle {
		margin-bottom: 25px;
	}

	h3 {
		font-size: 20px;
		line-height: 28px;
		margin: 18px 0 8px 0;
	}

	.about-sub {
		margin-bottom: 30px;
	}

	.img-background {
		width: 380px;
		margin: 0 auto 50px;
	}

	img.about-img {
		max-width: 250px;
	}

	.img-background:before {
		left: 39px;
		width: 270px;
		height: 249px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.how-work-main {
		gap: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.bg-image {
		padding: 40px;
	}

	.banner-text h1 {
		font-size: 35px;
		line-height: 45px;
	}

	.banner-text p {
		font-size: 20px;
		line-height: 30px;
		margin: 30px 0px 30px 0;
	}

	a.banner-btn {
		padding: 10px 30px;
		font-size: 20px;
		line-height: 30px;
	}

	.banner-text {
		max-width: 400px;
	}

	.how-work-main {
		margin: 45px 0;
	}

	h2 {
		font-size: 30px;
		line-height: 45px;
	}

	.how-work-main p {
		margin: 10px auto 0 auto;
		max-width: 600px;
	}

	p {
		font-size: 18px;
	}

	.title-subtitle {
		margin-bottom: 30px;
	}

	h3 {
		font-size: 22px;
		line-height: 30px;
		margin: 20px 0 10px 0;
	}

	img.about-img {
		max-width: 400px;
	}

	.img-background:before {
		left: 67px;
	}

	.about-sub {
		margin-bottom: 100px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	.bg-image {
		padding: 60px;
	}

	.banner-text h1 {
		font-size: 65px;
		line-height: 75px;
	}

	.banner-text p {
		font-size: 20px;
		line-height: 30px;
		margin: 40px 0px 40px 0;
	}

	a.banner-btn {
		padding: 10px 40px;
		font-size: 22px;
	}

	h2 {
		font-size: 40px;
		line-height: 50px;
	}

	p {
		font-size: 20px;
	}

	.title-subtitle {
		margin-bottom: 50px;
	}

	h3 {
		font-size: 28px;
		line-height: 30px;
		margin: 20px 0 30px 0;
	}

	img.about-img {
		max-width: 480px;
	}

	.img-background:before {
		left: 70px;
	}

	.about-sub {
		margin-bottom: 100px;
	}
}
