@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Changa:wght@700&display=swap');

:root {
	/* Colors: */
	--unnamed-color-cf9455: #9e5c4c;
	--unnamed-color-b79246: #6f7a6a;
	--unnamed-color-e0e0e0: #dcbea3;
	--unnamed-color-616161: #686868;
	--unnamed-color-f5f5f5: #F5F5F5;
	--unnamed-color-eeeeee: #EEEEEE;
	--unnamed-color-bdbdbd: #BDBDBD;
	--unnamed-color-757575: #757575;
	--unnamed-color-424242: #424242;
	--unnamed-color-212121: #212121;
	--unnamed-color-ffffff: #FFFFFF;
	--unnamed-color-000000: #000000;
	--unnamed-color-333333: #333333;
	--unnamed-color-0d0d0d: #0D0D0D;
}

body {
	font-family: 'Cairo', sans-serif;
	color: #222;
	background-color: #FFF;
	color: var(--unnamed-color-616161);
}

body :is(strong, b, h1, h2, h3, h4, h5, h6, a, [data-button]) {
	font-family: 'Changa', sans-serif;
	font-weight: 700;
}

#page {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: var(--unnamed-color-282e3f);
}

a:hover {
	color: var(--unnamed-color-cf9455);
}

ul {
	padding: 0;
}

li {
	list-style-type: none;
}

section {
	padding-block: 6rem;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

.head {
	margin-block-end: 4.5rem;
	position: relative;
	padding-block-end: .5rem;
}

.head::before {
	content: '';
	background-image: url(images/line.png);
	background-size: contain;
	height: 46px;
	width: 63px;
	position: absolute;
	bottom: -45px;
	margin: auto;
	left: 0;
	right: 0;
}

.head small {
	font-size: 1rem;
	color: var(--unnamed-color-b79246);
}

.head h2 {
	font-weight: 700;
	color: var(--unnamed-color-cf9455);
}

.wpcf7-form :is(input:not([type="submit"]), textarea) {
	width: 100%;
	background-color: #FFFF;
	border: 0;
	padding: .5rem;
	outline: none;
	transition: 300ms;
	direction: rtl;
	border-bottom: 2px solid var(--unnamed-color-cf9455);
}

.wpcf7-form textarea {
	max-height: 180px;
	resize: none;
}

.wpcf7-form :is(input:focus, textarea:focus) {
	background: #FFF;
	border-color: var(--unnamed-color-cf9455);
}

.wpcf7-form .row {
	row-gap: 1.5rem;
}

.wpcf7-submit {
	color: var(--unnamed-color-ffffff);
	background-color: var(--unnamed-color-cf9455);
	border: 0;
	padding-inline: 3rem;
	padding-block: .7rem;
	display: block;
	margin-inline: auto;
	border-radius: 50vmax;
	transition: 300ms;
}

.wpcf7-submit:hover {
	background-color: var(--unnamed-color-cf9455);
}

.socail {
	display: flex;
	gap: 1.5rem;
}

.socail a {
	color: var(--unnamed-color-ffffff);
	font-size: 1.2rem;
}

.socail a:hover {
	color: var(--unnamed-color-b79246);
}
footer .socail a:hover{
	color:#ffffff
}
a[data-button] {
	background-color: var(--unnamed-color-b79246);
	color: #FFF;
	display: inline-block;
	padding: .75rem 2rem;
	border-radius: 50vmax;
	transition: 300ms;
}

a[data-button-inline] {
	background-color: transparent;
	border: 1px solid var(--unnamed-color-ffffff);
}

a[data-link] {
	font-weight: 600;
	color: var(--unnamed-color-b79246);
}

a[data-link]::after {
	content: '\f060';
	font-family: 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	margin-inline-start: .5rem;
	transition: 300ms;
}

a[data-link]:hover::after {
	margin-inline-start: 1rem
}

a[data-button]:hover {
	background-color: var(--unnamed-color-cf9455);
}

#de-1,
#de-2 {
	position: absolute;
}

#de-1 {
	background-image: url(images/decor01.png);
	width: 79px;
	height: 61px;
}

#de-2 {
	background-image: url(images/decor02.png);
	width: 41px;
	height: 96px;
	top: 30rem;
}

#de-1[data-location="top"] {
	left: -20px;
}

#de-1[data-location="buttom"] {
	bottom: 0;
	right: 7rem;
}

/* Header */
header[data-type="master"] {
	position: sticky;
	width: 100%;
	top: 0;
	padding-block: 1rem;
	z-index: 9;
	color: var(--unnamed-color-cf9455);
}

header[data-type="master"] .top {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-block-end: 1rem;
}

header[data-type="master"] .top p {
	display: flex;
	align-items: center;
	gap: .5rem;
	flex-direction: row-reverse;
	margin: 0;
}

header[data-type="master"] .buttom {
	display: flex;
	justify-content: center;
	align-items: center;
}

#primary-menu {
	display: flex;
	padding: 0;
	list-style-type: none;
	margin: 0;
	gap: 5rem;
	align-items: center;
}

ul#primary-menu li a {
	color: inherit;
	font-weight: 500;
	transition: 300ms;
	font-size: 1rem;
}

ul#primary-menu li a img {
	display: none;
	margin-inline-end: .5rem;
}

ul#primary-menu li a:hover {
	color: var(--unnamed-color-cf9455);
}

.navbar-site {
	display: flex;
	align-items: center;
	gap: 5rem;
}

.navbar-site .socail a {
	color: inherit;
	font-size: .95rem;
}

#primary-menu .logo a {
	font-size: 0;
	background-image: url(images/Logo.png);
	width: 150px;
	height: 190px;
	display: block;
	background-size: 90px;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-block-end: -6rem;
	background-position: center;
	clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.top-navbar {
	display: none;
}

.logo-container {
	display: none;
}

/* Slider */
.slider {
	position: relative;
}

svg#logo {
	position: absolute;
	left: -190px;
	top: -100px;
	z-index: 9;
	max-width: 600px;
}

.slider a#down {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 380px;
	width: fit-content;
	z-index: 1;
}

.slider .item {
	min-height: 805px;
	background-size: cover;
	color: var(--unnamed-color-ffffff);
	position: relative;
	display: grid;
	place-content: center;
}

.slider .item::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: linear-gradient(270deg, hsl(101 13% 48%), hsl(101 13% 48%), hsl(101 13% 48%), transparent);
	opacity: 52%;
	width: min(1158px, 100%);
}

.slider .item .content {
	width: min(648px, 100%);
	position: relative;
	line-height: 1.8;
}

.slider .item .content h2 {
	margin-block-end: 1.5rem;
	font-size: 2.1rem;
	font-weight: 700;
}

.slider .item .content img {
	max-width: 490px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
	background-color: var(--unnamed-color-ffffff);
	border-radius: 50vmax;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: var(--unnamed-color-000000);
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: .95rem;
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	color: var(--unnamed-color-cf9455);
}

.swiper-button-next::after {
	content: '\f060' !important;
}

.swiper-button-prev::after {
	content: '\f061' !important;
}


/* About */
#about #de-2 {
	top: -56px;
	bottom: inherit;
	transform: rotate(-2.5deg)skewX(7deg);
	height: 40px;
}

.about .content :is(h2, h3) {
	font-weight: 700;
	font-size: 1.2rem;
	margin-block-end: 1.5rem;
	color: var(--unnamed-color-cf9455);
	position: relative;
	padding-block-end: .5rem;
}

.about .content h3::before {
	content: '';
	background-color: var(--unnamed-color-b79246);
	height: 1px;
	width: 45px;
	position: absolute;
	bottom: 0;
}

.about .content .innter-text {
	line-height: 2;
	font-size: 1.02rem;
}

.about .content .innter-text small {
	color: var(--unnamed-color-b79246);
	font-size: 1rem;
	display: block;
	margin-block-end: .5rem;
}

.about .content {
	padding-inline-end: 6rem;
}

.about figure {
	position: relative;
	height: 605px;
	margin: 0;
}

.about figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about figure::after {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% - 4rem);
	left: 2rem;
	background-color: var(--unnamed-color-b79246);
	top: 2rem;
	z-index: -1;
}


/* Services */
.home .service {
	background-color: var(--unnamed-color-ffffff);
	overflow: hidden;
	padding-block-end: 0;
}

.service .item {
	background-color: var(--unnamed-color-cf9455);
	transition: 300ms;
	position: relative;
}

.service .item>a {
	position: absolute;
	inset: 0;
	z-index: 5;
}

.service .item:nth-child(2) .row {
	flex-direction: row-reverse
}

.service .item:nth-child(2) {
	background-color: var(--unnamed-color-b79246);
}

.service .item .image {
	display: block;
	height: 460px;
	margin: 0;
}

.service .item:hover .image img {
	filter: grayscale(0);
}

.service .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service .item .text {
	padding: 1.5rem 2.5rem 2rem;
	color: #FFF;
	transition: 300ms;
	width: 100%;
	font-size: 1.05rem;
	line-height: 2;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(0, #232323cf, transparent);
}

.service .item .text h2 {
	margin-block-end: 1rem;
}

.service .item .text ul li::before {
	content: '\f058';
	margin-inline-end: 0.5rem;
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
}

.service .item .text a.title {
	font-weight: 600;
	font-size: 1.15rem;
	transition: 300ms;
	display: block;
	margin-block-end: 1em;
}

/* features */
.features .items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	text-align: center;
}

.features .items .item {
	border-radius: 50vmax;
	color: #FFF;
	min-height: 420px;
	display: grid;
	place-content: flex-end;
	padding-block-end: 90px;
	justify-content: center;
	padding-inline: 3rem;
}

.features .items .item[data-color="color0"],
.features .items .item[data-color="color3"] {
	background: var(--unnamed-color-cf9455);
}

.features .items .item[data-color="color1"],
.features .items .item[data-color="color4"] {
	background-color: var(--unnamed-color-b79246);
}

.features .items .item[data-color="color2"] {
	background-color: var(--unnamed-color-e0e0e0);
}


.features .items .item img {
	display: none;
}

.features .items .item h2 {
	font-size: 1.5rem;
	margin: 0;
}

/* Gallery */
.gallery a {
	display: block;
	height: 320px;
	overflow: hidden;
	border-radius: 1rem;
	margin-block-end: 1.3rem;
}

.gallery a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* testimonial */
.testimonial {
	background-image: url(images/bg-testimonial.jpg);
	background-size: cover;
}

.testimonial .head h2 {
	color: #FFF;
}

.testimonial .head::before {
	filter: brightness(0)invert(1);
}

.testimonial .item {
	width: min(850px, 100%);
	margin-inline: auto;
	text-align: center;
	background: #FFF;
	border-radius: 1rem;
	padding: 2.5rem 1.5rem;
	line-height: 2;
}

.testimonial .item h2 {
	font-size: 1.5rem;
	color: var(--unnamed-color-cf9455);
}

.testimonial .item p {
	margin-block-end: 0
}

/* Blog */
.home .blog {
	position: relative;
}

.blog #de-1 {
	bottom: -47px;
	transform: rotate(-5.5deg)skewX(30deg);
}

.blog .item {
	box-shadow: 0 8px 29px hsl(0deg 0% 0% / 5%);
}

.blog .item .image a {
	display: block;
	height: 230px;
}

.blog .item .image a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.blog .item .text {
	padding: 1rem 1rem 2rem;
	text-align: center;
	font-size: .9em;
}

.blog .item .text a.title {
	font-weight: 700;
	font-size: 1.2em;
	margin-block-end: .5em;
	display: block;
}

.blog .item .text a:not(.title) {
	background: var(--unnamed-color-cf9455);
	color: var(--unnamed-color-ffffff);
	display: inline-block;
	padding: .5em .7em;
}

.blog .item .text a:not(.title):hover {
	background: var(--unnamed-color-0d0d0d);
}

/* Contact */
.contact {
	padding-block-end: 0
}

.contact .information {
	margin-block-end: 1.5rem
}

.contact .information .item {
	text-align: center;
	color: #000;
}

.contact .information .item figure {
	height: 60px;
	width: 60px;
	margin-inline: auto;
}

.contact .information .item figure img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.contact .information .item h3 {
	color: var(--unnamed-color-cf9455);
	font-size: 1.4rem;
}

.map {
	height: 350px;
}

.map iframe {
	width: 100%;
	height: 100%;
}

footer .top {
	padding-block: 4rem;
	font-size: .9rem;
	color: var(--unnamed-color-ffffff);
	background-color: var(--unnamed-color-b79246);
}

footer .top .items {
	display: grid;
	grid-template-columns: 40% 40% 20%;
	gap: 1rem;
	margin-block-end: 1.5rem;
}

footer .top .items figure {
	height: 220px;
}

footer .top .items figure img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: right;
	filter: brightness(0)invert(1);
}

footer .top .items .item-footer h2 {
	font-size: 1.1rem;
	margin-block-end: 1rem;
	font-weight: 700;
}

footer .top .items .item-footer ul {
	padding: 0;
	list-style-type: none;
	line-height: 2;
	margin: 0;
}

footer .top .items .item-footer ul li a {
	display: block;
	color: inherit;
}


footer .top .items .item-footer p i {
	display: inline-flex;
	margin-inline-end: 1rem;
}

footer .bottom {
	color: #FFF;
	text-align: center;
	padding-block: 1rem;
	background-color: var(--unnamed-color-cf9455);
}

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


footer .bottom p {
	margin: 0;
}


/* Page Style */
.entry-header {
	position: relative;
	min-height: 208px;
	margin-block-end: 2rem;
	background-size: cover;
	background-position: center;
	background-color: var(--unnamed-color-cf9455);
}

.entry-header::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--unnamed-color-000000);
	opacity: 56%;
}

.entry-title {
	position: relative;
	padding-top: 7rem;
	text-align: center;
	color: #FFF;
	margin: 0;
	z-index: 1;
	font-weight: 700;
	font-size: 1.6em;
}

.entry-content {
	line-height: 1.8;
}

[data-btn-navbar],
.top-navbar .information,
.top-navbar .logo-container {
	display: none;
}

.single-service .gallery {
	display: grid;
	grid-template-columns: repeat(4, 24.5%);
	gap: 1%;
	margin-block-start: 20px;
}

.single-service .gallery a {
	height: 220px;
}

.single-service video {
	width: 100%;
	height: auto;
}

ul#myTab {
	display: flex;
	justify-content: center;
	gap: 10px;
}

li.navitem button {
	all: unset;
	background: var(--unnamed-color-e0e0e0);
	color: #FFF;
	min-width: 120px;
	text-align: center;
	min-height: 43px;
	border-radius: 5px;
}

li.navitem button.active {
	background-color: var(--unnamed-color-cf9455);
}

.items-ff {
	display: grid;
	grid-template-columns: repeat(auto-fit,200px);
	justify-content: center;
	row-gap: 40px;
	margin-block-end: 40px;
	column-gap: 30px;
}

.items-ff figure {
	width: 100px;
	height: 100px;
	margin-inline: auto;
	background: #6f7a6a;
	border-radius: 50%;
	padding: 20px;
}

.items-ff figure img {
	filter: brightness(0)invert(1);
	height: 100%;
	object-fit: scale-down;
	width: 100%;
}

.items-ff h4 {
	font-size: 15px;
	text-align: center;
}

@media (max-width:768px) {

	div#de-1,
	div#de-2 {
		display: none;
	}

	section {
		padding-block: 2rem;
	}

	/* 	Header */
	[data-btn-navbar],
	.top-navbar .information {
		display: block;
	}

	header[data-type="master"] .top {
		display: none;
	}

	.navbar-site {
		position: fixed;
		max-width: 100%;
		width: 300px;
		top: 0;
		background: var(--unnamed-color-ffffff);
		right: 0;
		height: 100vh;
		display: flex;
		flex-direction: column;
		transition: 300ms;
		transform: translateX(300px);
	}

	#primary-menu .logo a {
		display: none
	}

	.navbar-site.active {
		transform: unset;
	}

	.top-navbar {
		display: block;
	}

	.navbar-site #primary-menu {
		flex-direction: column;
		gap: 1rem;
		/* margin-block-start: 2rem; */
	}

	.navbar-site a[data-button] {
		margin-block-start: auto;
		margin-block-end: 1rem;
	}

	.logo-container {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}

	header[data-type="master"] .buttom {
		display: block;
	}

	.top-navbar .information {
		display: flex;
		font-size: .8rem;
		justify-content: center;
		gap: .5rem;
		padding-block-start: 2rem;
		margin-block-end: 1rem;
	}

	.navbar-site .logo-container {
		padding-inline: 1rem;
	}

	.navbar-site .logo-container a.custom-logo-link {
		display: block;
		height: 100px;
	}

	.navbar-site .logo-container a.custom-logo-link img {
		width: 100%;
		height: 100%;
		object-fit: scale-down;
	}

	button[data-btn-navbar] {
		all: unset;
		cursor: pointer;
		font-size: 1.1rem;
	}

	header[data-type="master"] {
		padding-block: 1rem;
	}

	.logo-container a.custom-logo-link {
		display: block;
		height: 90px;
		width: 50px;
	}

	.logo-container a.custom-logo-link img {
		width: 100%;
		height: 100%;
		object-fit: scale-down;
	}

	/* Slider */

	.slider .item .content h2 {
		font-size: 1rem;
		margin-block-end: .9rem;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.slider .item {
		min-height: 460px;
	}

	.slider .item .content {
		font-size: .9rem;
		padding-inline: 1rem;
	}

	.slider .item .content p {
		margin-block-end: .5rem;
	}

	.slider .item .content img {
		max-width: 270px;
	}

	.slider a#down {
		display: none;
	}


	/* 	Services */
	.service .items {
		grid-template-columns: repeat(1, 1fr);
	}


	/* About */
	.about .content {
		padding: 0;
	}

	.about .content :is(h2, h3) {
		font-size: 1.5rem;
	}

	.about .content :is(h3) {
		margin-block-start: 1.5rem;
	}

	.about .image {
		margin-inline: auto;
		height: 410px;
	}

	.about {
		overflow: hidden;
	}

	/* 	Blog */
	.blog .item {
		margin-block-end: 1rem;
	}

	/* 	Contact */

	.contact .info {
		margin-inline: auto;
	}

	/* 	Footer */
	footer {
		content: close-quote;
	}

	footer .top .items {
		grid-template-columns: 100%;
	}

	footer .bottom a {
		position: static;
		margin-block-start: .5rem;
		display: block;
	}

	footer .bottom .inner {
		display: grid;
		gap: .5rem;
	}

	.features .items {
		grid-template-columns: repeat(1, calc(100% - .5rem));
	}

	.features .items .item {
		border-radius: 2rem;
		min-height: 140px;
		place-content: center;
		justify-content: center;
		padding: 0;
	}

	.gallery a {
		height: 250px;
	}

	.about figure {
		display: none;
	}
}