.slider
{
	width: 100%;
	float: left;
	margin-top: -35px;
	aspect-ratio: 1920/800;
}
.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;
}
.about-company
{
	width: 100%;
	float: left;
	padding-top: 160px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.about-shape-1
{
	width: 650px;
	height: 650px;
	position: absolute;
	top: -325px;
	left: -325px;
	background-color: rgb(248, 246, 245);
	border-radius: 50%;
	z-index: -1;
}
.about-shape-2
{
	width: 722px;
	height: 785px;
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0.5;
	z-index: -1;
}
.about-shape-2 img
{
	width: 100%;
	height: 100%;
	float: left;
}
.about-company-left
{
	width: 50%;
	float: left;
	padding-right: 50px;
}
.section-title
{
	width: 100%;
	float: left;
}
.section-title p
{
	width: 100%;
	float: left;
	color: #a47c68;
	font-size: 16px;
	letter-spacing: 0.2em;
	margin: 0px;
}
.section-title h2
{
	width: 100%;
	float: left;
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	margin: 0px;
}
.section-text
{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.section-text p
{
	width: 100%;
	float: left;
	font-size: 24px;
	color: #a47c68;
	font-weight: 500;
	line-height: 36px;
	margin: 0px;
}
.section-points
{
	width: 100%;
	float: left;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 40px;
}
.section-points .point-box
{
	position: relative;
	display: flex;
	align-items: center;
	border: 2px solid #a47c68;
	padding: 23px 33px 23px 30px;
	border-top-right-radius: 45px;
	border-bottom-right-radius: 45px;
	gap: 20px;
}
.section-points .point-box:before
{
	content: "";
	width: 5px;
	position: absolute;
	inset: -2px 0px -2px -2px;
	background-color: #a47c68;
}
.section-points .point-box .point-icon i
{
	width: 32px;
	height: 32px;
	float: left;
	background-color: #a47c68;
}
.section-points .point-box .point-text
{
	font-size: 16px;
	color: #3c3531;
	font-weight: 700;
	line-height: 20px;
}
.section-text-full
{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.section-text-full p
{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #8b827d;
	line-height: 34px;
	margin: 0px;
}
.about-company-right
{
	width: 50%;
	float: left;
	position: relative;
	padding-left: 50px;
}
.section-img
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	aspect-ratio: 482/652;
}
.section-img img
{
	width: 100%;
	height: 100%;
	float: left;
	border-bottom-left-radius: 70px;
	border-top-right-radius: 70px;
}
.section-img-small
{
	width: 232px;
	float: left;
	position: absolute;
	top: 90px;
	right: -150px;
	z-index: -1;
	aspect-ratio: 232/312;
}
.section-img-small img
{
	width: 100%;
	height: 100%;
	float: left;
	border-bottom-left-radius: 70px;
	border-top-right-radius: 70px;
}
.feature
{
	width: 100%;
	float: left;
	position: relative;
	z-index: 3;
	padding-top: 160px;
}
.feature-list
{
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.feature-box
{
	width: 100%;
	float: left;
	background-color: #f2eeeb;
	padding: 40px;
	position: relative;
	z-index: 1;
}
.feature-box *
{
	transition: all 500ms ease;
}
.feature-icon
{
	width: 64px;
	height: 64px;
	float: left;
}
.feature-icon i
{
	width: 100%;
	height: 100%;
	float: left;
	background-color: #a47c68;
}
.feature-title
{
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}
.feature-text
{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.feature-text p
{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #8b827d;
	margin: 0px;
	line-height: 30px;
}
.services
{
	width: 100%;
	height: 750px;
	float: left;
	position: relative;
	padding-top: 245px;
	margin-top: -156px;
	z-index: 2;
}
.services-bg
{
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.services-bg:after
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(60, 53, 49, 0.8);
}
.services-bg img
{
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}
.services .section-title
{
	text-align: center;
}
.services .section-title p
{
	color: #c1b8b3;
}
.services .section-title h2
{
	color: white;
}
.service-list
{
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
	margin-top: 60px;
}
.service-box
{
	width: 100%;
	float: left;
}
.service-box .service-img
{
	width: 100%;
	float: left;
	aspect-ratio: 370/432;
	position: relative;
}
.service-box .service-img img
{
	width: 100%;
	height: 100%;
	float: left;
}
.service-box .service-icon
{
	width: 106px;
	height: 106px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #3c3531;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.service-box .service-icon i
{
	width: 65px;
	height: 65px;
	float: left;
	background-color: white;
}
.service-box .service-text
{
	width: 100%;
	float: left;
	background-color: white;
	padding: 32px 39px 30px;
	border: 1px solid #e2ddda;
}
.service-box .service-text h2
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 24px;
	font-weight: 700;
	color: #3c3531;
}
.service-box .service-text p
{
	width: 100%;
	float: left;
	margin: 10px 0px 0px;
	color: #8b827d;
	font-size: 16px;
	line-height: 30px;
}
.quality-work
{
	width: 100%;
	float: left;
	position: relative;
	padding: 230px 0px 0px;
	background-color: #f2eeeb;
	z-index: 1;
}
.quality-shape-1
{
	width: 404px;
	height: 637px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.quality-shape-1 img
{
	width: 100%;
	height: 100%;
	float: left;
}
.quality-shape-2
{
	width: 307px;
	height: 167px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.quality-shape-2 img
{
	width: 100%;
	height: 100%;
	float: left;
}
.quality-shape-3
{
	width: 390px;
	height: 390px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}
.quality-shape-3 img
{
	width: 100%;
	height: 100%;
	float: left;
}
.quality-box-left
{
	width: 50%;
	float: left;
	padding-right: 50px;
	margin-top: 20px;
	position: relative;
}
.quality-box-left img
{
	float: right;
}
.quality-img-small
{
	width: 290px;
	height: 290px;
	position: absolute;
	right: 100px;
	top: 70px;
	border: 6px solid rgba(255, 255, 255, 0.3);
}
.quality-img-small img
{
	width: 100%;
	height: 100%;
	float: left;
}
.quality-box-right
{
	width: 50%;
	float: left;
	padding-left: 50px;
	margin-top: 100px;
}
.projects
{
	width: 100%;
	float: left;
	padding-top: 120px;
}
.projects .section-title
{
	text-align: center;
}
.project-slider
{
	width: 100%;
	float: left;
	margin-top: 60px;
	aspect-ratio: 1200/670;
}
.project-slider .swiper-button-next,
.project-slider .swiper-button-prev
{
	color: #3c3531;
}
.project-slider .swiper-slide img
{
	width: 100%;
	height: 100%;
	float: left;
}
.testimonial
{
	width: 100%;
	float: left;
	position: relative;
	padding: 120px 0px;
	margin-top: 90px;
	background-image: url("../image/testimonial-bg.jpg");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.testimonial:before
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(60, 53, 49, 0.67);
}
.testimonial-text
{
	width: 25%;
	float: left;
}
.testimonial-text .section-title p
{
	color: #c1b8b3;
}
.testimonial-text .section-title h2
{
	color: white;
}
.testimonial-slider
{
	width: 75%;
	float: left;
	padding: 30px 0px;
}
.testimonial-box
{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	background-color: white;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
	padding: 50px 40px 40px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all 500ms ease;
	transform: translateY(0);
}
.testimonial-box p
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 18px;
	line-height: 34px;
	color: #8b827d;
}
.testimonial-icon
{
	width: 58px;
	height: 58px;
	position: absolute;
	top: -30px;
	left: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background-color: #e2ddda;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.testimonial-icon i
{
	width: 25px;
	height: 25px;
	float: left;
	background-color: #a47c68;
}
.testimonial-slider .swiper-scrollbar
{
	height: 10px;
	background: #4d4944;
}
.testimonial-slider .swiper-scrollbar-drag
{
	background: #a47c68;
}
.brands
{
	width: 100%;
	float: left;
	padding: 60px 0px;
}
.brands-text
{
	width: 25%;
	float: left;
}
.brands-text p
{
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 16px;
	color: #3c3531;
	font-weight: 500;
	line-height: 28px;
}
.brands-slider
{
	width: 75%;
	float: left;
}
.brands-slider .swiper-slide img
{
	width: 100%;
	float: left;
	aspect-ratio: 1/1;
}

@media (hover: hover)
{
	.feature-box:hover .feature-icon i
	{
		background-color: white;
	}
	.feature-box:hover .feature-title,
	.feature-box:hover .feature-text p
	{
		color: white;
	}
	.feature-box:after
	{
		content: "";
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: #a47c68;
		transition: all 500ms ease;
		opacity: 1;
		transform-origin: bottom;
		transform-style: preserve-3d;
		transform: scaleY(0);
		z-index: -1;
	}
	.feature-box:hover:after
	{
		transform: scaleY(1);
	}
}
@media only screen and (min-width: 991px)
{
	.brands .container
	{
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
	}
	.feature-box:before
	{
		content: "";
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0px;
		right: 0px;
		background-color: #e2ddda;
	}
	.feature-box:last-child:before
	{
		display: none;
	}
	.quality-work .container
	{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}
@media only screen and (max-width: 991px)
{
	.slider
	{
		aspect-ratio: 500/700;
		margin-top: 0px;
	}
	.about-company
	{
		padding-top: 0px;
	}
	.about-company .container
	{
		padding: 0px 15px;
	}
	.about-company-left
	{
		margin-top: 15px;
	}
	.about-company-left,
	.about-company-right
	{
		width: 100%;
		padding: 0px;
	}
	.section-img-small
	{
		top: unset;
		bottom: 10px;
		right: 10px;
		z-index: 1;
	}
	.section-text,
	.section-points,
	.section-text-full
	{
		margin-top: 15px;
	}
	.section-points
	{
		flex-direction: column;
		gap: 15px;
	}
	.feature
	{
		padding: 15px 0px;
	}
	.feature .container
	{
		padding: 0px 15px;
	}
	.feature-list
	{
		flex-direction: column;
		gap: 20px;
	}
	.services
	{
		height: auto;
		padding: 15px 0px;
		margin-top: 0px;
	}
	.services .container
	{
		padding: 0px 15px;
	}
	.service-list
	{
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	}
	.quality-work
	{
		padding: 15px 0px;
	}
	.quality-work .container
	{
		padding: 0px 15px;
	}
	.quality-box-left
	{
		width: 100%;
		padding: 0px;
	}
	.quality-box-left img
	{
		width: 100%;
	}
	.quality-img-small
	{
		width: 100px;
		height: 100px;
		right: 40px;
		top: 50px;
	}
	.quality-shape-3
	{
		width: 200px;
		height: 200px;
	}
	.quality-box-right
	{
		width: 100%;
		padding: 0px;
		margin-top: 15px;
	}
	.projects
	{
		padding-top: 15px;
	}
	.project-slider
	{
		margin-top: 15px;
	}
	.testimonial
	{
		margin-top: 0px;
		padding: 15px 0px;
	}
	.testimonial .container
	{
		padding: 0px 15px;
	}
	.testimonial-text
	{
		width: 100%;
	}
	.testimonial-slider
	{
		width: 100%;
		margin-top: 15px;
	}
	.brands
	{
		padding: 15px 0px;
	}
	.brands .container
	{
		padding: 0px 15px;
	}
	.brands-text
	{
		width: 100%;
	}
	.brands-slider
	{
		width: 100%;
		margin-top: 15px;
	}
}