@keyframes homeScroller
{
	0%
	{
		transform: translate(0, 0);
	}
	100%
	{
		transform: translate(-50%, 0);
	}
}
.home-welcome
{
	width: 100%;
	float: left;
	padding-top: 120px;
}
.home-welcome .container
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.home-welcome h1
{
	float: left;
	font-size: 80px;
	font-weight: 400;
	line-height: 90px;
	color: white;
	letter-spacing: -2px;
	margin: 0px;
}
.home-welcome p
{
	float: left;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	margin: 0px;
}
.slider
{
	width: 75%;
	float: left;
	aspect-ratio: 1920/800;
	margin-top: 60px;
}
.slider .swiper-button-next,
.slider .swiper-button-prev
{
	color: #3c3531;
}
.slider .swiper-slide a,
.slider .swiper-slide img,
.slider .swiper-slide video
{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.section-title
{
	width: 100%;
	float: left;
}
.section-title p
{
	max-width: 100%;
	float: left;
	letter-spacing: 2px;
	margin: 0px;
	color: white;
	background-color: #171717;
	padding: 7px 10px;
}
.section-title h2
{
	width: 100%;
	float: left;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: -1px;
	color: white;
	margin: 20px 0px 0px;
	font-weight: 300;
}
.about-us
{
	width: 100%;
	float: left;
	padding: 120px 0px;
	background-color: #0A0A0A;
}
.about-text
{
	width: 50%;
	float: left;
}
.about-text > p
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 24px;
	font-weight: 300;
	line-height: 38px;
	color: white;
}
.our-services
{
	width: 100%;
	float: left;
	padding: 120px 0px;
}
.services-slider
{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.service-box
{
	width: 100%;
	float: left;
	border: 1px solid #333333;
	padding: 40px;
}
.service-icon
{
	width: 100%;
	float: left;
	padding-bottom: 40px;
	border-bottom: 1px solid #333333;
}
.service-icon i
{
	width: 50px;
	height: 50px;
	float: left;
	background-color: #868686;
}
.service-text
{
	width: 100%;
	float: left;
}
.service-text h3
{
	width: 100%;
	float: left;
	color: white;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 30px 0 20px;
}
.service-text p
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 15px;
	line-height: 28px;
}
.marquee-wrapper
{
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 60px 0;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
}
.marquee
{
	display: flex;
	width: max-content;
	animation: homeScroller 20s linear infinite;
	will-change: transform;
}
.marquee-content
{
	display: flex;
	/*gap: 50px;*/
	white-space: nowrap;
}
.marquee span
{
	color: white;
	font-size: 60px;
	font-weight: 300;
	margin-right: 80px;
	letter-spacing: -1px;
}
.featured-works
{
	width: 100%;
	float: left;
	padding: 120px 0px;
}
.works-slider
{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.works-slider .swiper-button-prev
{
	left: 20px;
}
.works-slider .swiper-button-next
{
	right: 20px;
}
.works-slider .swiper-button-next,
.works-slider .swiper-button-prev
{
	width: 50px;
	height: 50px;
	border: 2px solid white;
}
.works-slider .swiper-button-next i,
.works-slider .swiper-button-prev i
{
	width: 20px;
	height: 20px;
	float: left;
	background-color: white;
}
.works-slider .swiper-button-next svg,
.works-slider .swiper-button-prev svg
{
	display: none;
}
.work-box
{
	width: 100%;
	float: left;
	position: relative;
}
.work-box:before
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.2;
}
.work-box img
{
	width: 100%;
	height: 100%;
	float: left;
}
.work-box h3
{
	width: 100%;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0px;
	font-size: 24px;
	color: white;
	padding: 30px 40px;
	font-weight: 300;
}
.process
{
	width: 100%;
	float: left;
	padding-bottom: 120px;
}
.process-box:first-child
{
	width: 40%;
	float: left;
}
.process-box:last-child
{
	width: 60%;
	float: left;
}
.process-step
{
	width: 50%;
	float: left;
	position: relative;
}
.process-step .step-no
{
	position: absolute;
	top: -10px;
	left: -5px;
	line-height: 25px;
	font-size: 100px;
	font-weight: 600;
	color: #171717;
	z-index: -1;
}
.process-step h4
{
	width: 100%;
	float: left;
	font-size: 26px;
	margin: 0px 0px 30px;
	color: white;
	letter-spacing: -1px;
	font-weight: 400;
}
.process-step p
{
	width: 90%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	margin: 0px;
}
.process-step.step-margin
{
	margin-top: 120px;
}
.about-video
{
	width: 100%;
	height: 500px;
	float: left;
	position: relative;
}
.about-video:before
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0A0A0A;
	opacity: 0.1;
}
.about-video img
{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.about-video .play-btn
{
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	user-select: none;
	cursor: pointer;
}
.about-video .play-btn i
{
	width: 18px;
	height: 24px;
	float: left;
	background-color: black;
}
.testimonial
{
	width: 100%;
	float: left;
	padding: 120px 0px;
}
.testimonial .section-title
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.testimonial-slider
{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.testimonial-box
{
	width: 100%;
	float: left;
	border: 1px solid #333333;
	padding: 40px;
}
.testimonial-box p
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.testimonial-author
{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}
.testimonial-author p
{
	font-size: 20px;
	color: white;
}
.testimonial-author:after
{
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #dddddd;
}
.home-contact
{
	width: 100%;
	height: 500px;
	float: left;
	position: relative;
}
.home-contact:before
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0A0A0A;
	opacity: 0.3;
}
.home-contact img
{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.home-contact .contact-text
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.home-contact .contact-text p
{
	margin: 0px;
	font-size: 65px;
	color: white;
	text-align: center;
}
.home-contact .contact-text a
{
	background-color: white;
	color: #333333;
	padding: 18px 30px;
	font-weight: 500;
	letter-spacing: 1px;
}
.references
{
	width: 100%;
	float: left;
	padding: 120px 0px;
}
.references .container
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.reference-box:first-child
{
	width: 40%;
	float: left;
}
.reference-box:last-child
{
	width: 60%;
	float: left;
}
.reference-slider
{
	width: 100%;
	float: left;
}
.reference-img
{
	width: 100%;
	float: left;
	border: 1px solid #333333;
	padding: 10px;
}
.reference-img img
{
	width: 100%;
	height: 100%;
	float: left;
}

@media (hover: hover)
{

}
@media only screen and (min-width: 991px)
{

}
@media only screen and (max-width: 991px)
{
	.home-welcome
	{
		padding-top: 20px;
	}
	.home-welcome .container
	{
		padding: 0px 15px;
	}
	.home-welcome .container
	{
		flex-direction: column;
		align-items: flex-start;
	}
	.home-welcome h1
	{
		width: 100%;
		font-size: 30px;
		line-height: normal;
	}
	.home-welcome p
	{
		width: 100%;
	}
	.slider
	{
		width: 100%;
		aspect-ratio: 500/700;
		padding: 20px 15px 0px;
		margin-top: 0px;
	}
	.about-us
	{
		padding: 30px 0px;
	}
	.about-us .container
	{
		padding: 0px 15px;
	}
	.about-text
	{
		width: 100%;
	}
	.section-title h2
	{
		font-size: 30px;
		line-height: normal;
		margin-top: 10px;
	}
	.about-text > p
	{
		font-size: 16px;
		line-height: 28px;
	}
	.our-services
	{
		padding: 30px 0px;
	}
	.our-services .container
	{
		padding: 0px 15px;
	}
	.service-box
	{
		padding: 20px;
	}
	.marquee-wrapper
	{
		padding: 30px 0px;
	}
	.marquee-content
	{
		gap: 20px;
	}
	.marquee span
	{
		font-size: 30px;
		margin-right: 20px;
	}
	.featured-works
	{
		padding: 30px 0px;
	}
	.featured-works .container
	{
		padding: 0px 15px;
	}
	.process
	{
		padding-bottom: 30px;
	}
	.process .container
	{
		padding: 0px 15px;
	}
	.process-box
	{
		width: 100% !important;
	}
	.process-box:last-child
	{
		margin-top: 60px;
	}
	.process-step
	{
		width: 100%;
	}
	.process-step + .process-step
	{
		margin-top: 50px;
	}
	.testimonial
	{
		padding: 30px 0px;
	}
	.testimonial .container
	{
		padding: 0px 15px;
	}
	.home-contact .contact-text p
	{
		font-size: 30px;
	}
	.references
	{
		padding: 30px 0px;
	}
	.references .container
	{
		flex-direction: column;
		padding: 0px 15px;
		gap: 30px;
	}
	.reference-box
	{
		width: 100% !important;
	}
	.testimonial-box
	{
		padding: 20px;
	}
	.home-contact .contact-text
	{
		width: 100%;
	}
	.work-box h3
	{
		padding: 15px;
		font-size: 18px;
	}
}