@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&display=swap');

* {
	font-family: 'Cairo', sans-serif;
	box-sizing: border-box;
	text-decoration: none
}

html {
	scroll-behavior: smooth
}

body {
	background: #1C1C1C;
	color: #F9F9F9;
	margin: 0
}

/******************** Standard ********************/
:root {
	--main-color: #26787E;
}

a {
	text-decoration: none;
	color: #f9f9f9;
	transition: all .2s ease-in-out
}

a:hover {
	color: var(--main-color)
}

ul {
	margin: 0;
	padding: 0
}

img {
	width: 100%;
	height: auto
}

video {
	max-height: 90vh;
	width: 100%
}

section {
	padding: 100px 12vw;
	overflow: hidden
}

section:nth-of-type(1),
section:nth-of-type(3),
section:nth-of-type(5),
section:nth-of-type(7),
section:nth-of-type(9),
section:nth-of-type(11),
section:nth-of-type(13),
section:nth-of-type(15),
section:nth-of-type(17),
section:nth-of-type(19) {
	background: #181818
}

.title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin: 0 0 50px;
	padding-right: 10px;
	border-right: 5px solid var(--main-color)
}

.btn-section {
	display: block;
	width: max-content;
	padding: 10px 50px;
	margin: 70px auto 0;
	font-weight: 500;
	color: #f9f9f9;
	border: 1px solid var(--main-color);
	border-radius: 50px;
	transition: all .2s ease-in-out
}

.btn-section:hover {
	background: var(--main-color);
	color: #f9f9f9
}

/******************** Form style ********************/
form br {
	display: none
}

label {
	color: #f9f9f9;
	display: block;
	margin-bottom: 3px;
	font-size: 15px;
	text-transform: capitalize
}

label span {
	color: #d23;
	margin: 0 5px;
	font-size: 18px
}

input,
select,
.wpcf7-checkbox,
textarea {
	background: #353535;
	font-size: 15px;
	color: #f9f9f9;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid var(--main-color);
	border-radius: 12px;
	transition: all .2s ease-in-out
}

.wpcf7-checkbox {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5px;
	padding: 15px
}

.wpcf7-checkbox span {
	font-size: 13px;
	line-height: 0;
	color: #f9f9f9
}

.wpcf7-checkbox input {
	display: inline-block;
	width: auto;
	margin: 0
}

textarea {
	height: 100px
}

input[type="submit"] {
	background: none;
	padding: 12px 50px;
	width: max-content;
	float: left;
	margin-bottom: 0
}

input[type="submit"]:hover {
	background: var(--main-color);
	cursor: pointer
}

/******************** Menu navbar ********************/
nav {
	padding: 50px 12vw;
	position: fixed;
	width: 100%;
	box-shadow: 0 0 10px rgb(0, 0, 0, .0);
	z-index: 999;
	transition: all .3s ease-in-out
}

.logo-nav {
	width: 121px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 12vw;
	bottom: 0;
	margin: auto
}

.menu {
	position: absolute;
	top: 0;
	left: 12vw;
	bottom: 0;
	margin: auto;
	height: max-content
}

nav li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin-left: 10px;
	text-transform: capitalize
}

nav li:nth-last-of-type(2) {
	margin: 0
}

nav li:nth-last-of-type(2) a {
	border: 1px solid var(--main-color);
	padding: 12px 25px;
	margin: 0;
	border-radius: 50px;
	transition: all .2s ease-in-out
}

nav li:nth-last-of-type(2):hover a,
nav li:last-of-type:hover a {
	background: var(--main-color);
	color: #D5D5D5
}

nav li:last-of-type:hover a {
	border-radius: 15px
}

nav li a {
	color: #D5D5D5;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	display: block;
	transition: all .2s ease-in-out
}

nav li a:hover {
	color: var(--main-color)
}

nav .current_page_item a {
	color: var(--main-color);
	font-weight: 700
}

.sub-menu {
	background: #222;
	position: absolute;
	padding: 5px 10px;
	width: max-content;
	border-top: 2px solid;
	border-radius: 0 0 10px 10px;
	visibility: hidden;
	opacity: 0;
	top: 150px;
	transition: all .3s ease-in-out
}

.sub-menu li {
	display: block
}

nav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 55px
}

.sub-menu li a {
	background: none !important;
	border: 0 !important;
	padding: 5px 0 !important;
	padding: auto !important;
	color: #c7c7c7;
	font-weight: 400
}

.sub-menu li:nth-last-of-type(2) a {
	margin: 0 0 0 10px
}

.sub-menu li a:hover {
	color: var(--main-color) !important
}

.fa-bars {
	display: none !important
}

/******************** Home slider ********************/
.slider-home-en,
.slider-home {
	display: block !important;
	height: 100vh !important;
	overflow: hidden;
	z-index: 99
}

.slider-item {
	position: relative;
	height: 100vh !important
}

.slider-item .img-bg {
	position: absolute;
	object-fit: cover;
	filter: blur(10px);
	height: 100vh
}

.slider-item .cover {
	background: #00000090;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.content-home-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12vw;
	height: max-content;
	width: max-content;
	max-width: 38vw;
	margin: auto
}

.content-home-slider h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 0
}

.slider-home-en .owl-item.active h2,
.slider-home .owl-item.active h2 {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: bounceInDown;
	animation-delay: 0.5s
}

.content-home-slider p {
	font-size: 18px;
	margin: 50px 0;
	color: #f9f9f9
}

.slider-home-en .owl-item.active p,
.slider-home .owl-item.active p {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: bounceInLeft;
	animation-delay: 0.7s
}

.content-home-slider a {
	border: 1px solid var(--main-color);
	padding: 10px 25px;
	border-radius: 50px;
	width: max-content;
	display: block;
	color: #f9f9f9;
	transition: all .2s ease-in-out
}

.content-home-slider a:hover {
	background: var(--main-color)
}

.slider-home-en .owl-item.active a,
.slider-home .owl-item.active a {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: bounceInUp;
	animation-delay: 1s
}

.image-home-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12vw;
	margin: auto;
	width: auto !important;
	max-width: 35vw;
	max-height: 60vh;
	border-radius: 50%;
	box-shadow: 0 0 15px #00000090
}

.slider-home-en .owl-item.active .image-home-slider,
.slider-home .owl-item.active .image-home-slider {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: bounceIn;
	animation-delay: 1.7s
}

.slider-home-en .fa-angle-right,
.slider-home-en .fa-angle-left,
.slider-home .fa-angle-right,
.slider-home .fa-angle-left {
	border: 1px solid var(--main-color);
	color: #fff;
	height: 30px;
	width: 30px;
	font-size: 18px;
	padding: 5px 0;
	position: absolute;
	right: 50px;
	bottom: 50px;
	border-radius: 5px;
	opacity: 0.7;
	transition: all .2s ease-in-out
}

.slider-home-en .fa-angle-left,
.slider-home .fa-angle-left {
	right: 85px
}

.slider-home-en .fa-angle-right:hover,
.slider-home-en .fa-angle-left:hover,
.slider-home .fa-angle-right:hover,
.slider-home .fa-angle-left:hover {
	background: var(--main-color);
	opacity: 1;
	transform: scale(1.03) !important;
	box-shadow: 0 0 10px #00000090
}

/******************** Page about ********************/
.about {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-gap: 50px;
	position: relative
}

.about img {
	border-radius: 15px;
	margin: auto 0;
	z-index: 2
}

.about-content {
	height: fit-content;
	margin: auto
}

.about h2 {
	font-size: 36px;
	font-weight: 500;
	color: var(--main-color);
	margin: 0
}

.about p {
	font-size: 18px;
	font-weight: 400
}

.about-content ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	list-style: inside
}

.bg-cover {
	background: var(--main-color);
	position: absolute;
	top: -100px;
	left: -12vw;
	bottom: -100px;
	width: 25vw;
	border-radius: 0 15px 15px 0;
	z-index: 1
}

/******************** cases ********************/
.cases {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px
}

.cases img {
	border-radius: 15px;
	transition: all .3s ease-in-out
}

.cases img:hover {
	transform: scale(1.05)
}

/******************** testimonials ********************/
.testimonial-item {
	background: #353535;
	padding: 75px 30px 15px;
	border-radius: 5px;
	position: relative;
	margin-top: 50px
}

.testimonial-item .fa-user {
	position: absolute;
	top: -50px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	padding: 17px 0;
	text-align: center;
	font-size: 58px;
	background: #222;
	color: var(--main-color);
	border: 2px solid var(--main-color);
	border-radius: 50%
}


.testimonial-item .fa-quote-left,
.testimonial-item .fa-quote-right {
	color: var(--main-color);
}

.testimonial-item p {
	display: inline;
	margin: 10px;
	font-weight: 500;
	line-height: 40px
}

.testimonial-item h3 {
	font-weight: 600;
	font-size: 18px
}

/******************** blog ********************/
.blog {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px 25px
}

article {
	position: relative;
	background: #353535;
	border-radius: 15px;
	padding-bottom: 55px;
	box-shadow: 0 0 10px #00000090
}

article img {
	border-radius: 15px
}

article h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 25px
}

article p {
	margin: 0 25px;
	font-size: 16px;
	line-height: 28px;
	height: 85px;
	overflow: hidden
}

article a:last-of-type {
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	margin: auto;
	background: var(--main-color);
	width: fit-content;
	padding: 10px 30px;
	border-radius: 10px;
	border: 1px solid var(--main-color)
}

article a:last-of-type:hover {
	background: #222;
	color: #fff
}

.article-content a,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	color: var(--main-color);
}

/******************** Contact ********************/
.contact-sec {
	background-image: url(../img/bg.webp) !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	padding: 0
}

.contact {
	background-color: #000000c9;
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 100px;
	padding: 100px 12vw
}

.contact-social-links i {
	font-size: 20px;
	margin-left: 10px;
	width: 23px;
	text-align: center;
	color: var(--main-color)
}

/******************** Branches ********************/
.branches {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 25px
}

.branch {
	background: #353535;
	border-radius: 25px;
	padding: 25px
}

.branch h3 {
	margin: 0;
	border-bottom: 1px solid #565656;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: var(--main-color)
}

.branch iframe {
	width: 100%;
	height: 180px;
	border-radius: 10px
}

.branch .contact-social-links p {
	display: grid;
	grid-template-columns: 1fr 50px;
	margin: 10px 0 0;
	line-height: 25px
}

.branch .contact-social-links p a {
	display: grid;
	grid-template-columns: 30px 1fr;
}

/******************** services ********************/
.services {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
	padding-top: 60px
}

.services-item {
	display: grid;
	grid-template-columns: 180px 1fr;
	grid-gap: 25px;
	background: #353535;
	position: relative;
	border-radius: 20px;
	padding: 25px 80px 25px 25px;
	overflow: hidden;
	transition: all .3s ease-in-out
}

.services-item:hover {
	transform: scale(1.02);
	box-shadow: -5px 0 0 var(--main-color)
}

.services-item .services-item-bg {
	background: var(--main-color);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 190px;
	z-index: 2
}

.services-item img {
	position: relative;
	height: 180px;
	width: 180px;
	margin: auto 0;
	border-radius: 10px;
	z-index: 3
}

.services-item h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 0
}

.services-item p {
	color: #d1d1d1;
	text-align: justify
}

.services-item a {
	display: block;
	padding: 12px;
	margin-top: 25px;
	text-align: center;
	border: 1px solid var(--main-color);
	border-radius: 15px;
}

.services-item a:hover {
	background: var(--main-color);
	color: #fff
}

/******************** team ********************/
.team {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px
}

.team-item {
	background: #353535;
	position: relative;
	border-radius: 20px;
	padding: 250px 15px 25px;
	overflow: hidden;
	text-align: center;
	transition: all .5s ease-in-out
}

.team-item:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 0 var(--main-color)
}

.team-item .team-item-bg {
	background: var(--main-color);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 150px
}

.team-item img {
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	height: 180px;
	width: 180px;
	border-radius: 50%;
	margin: 0 auto
}

.team-item h3 {
	font-size: 22px
}

/******************** Appointment popup ********************/
.appointment-popup {
	background: #000000d6;
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999999999999
}

.appointment-popup .title {
	margin: 0 0 25px
}

.appointment-popup .title::after {
	margin: 0;
	left: 0;
	width: 90%
}

.appointment-form {
	background: #212121;
	position: absolute;
	inset: 0;
	margin: auto;
	width: 100%;
	max-width: 700px;
	height: max-content;
	padding: 30px 40px 40px;
	border-radius: 5px;
	box-shadow: 0 0 15px #000000d6
}

.appointment-form .fa-times {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #d23;
	height: 35px;
	width: 35px;
	border: 3px solid #fff;
	border-radius: 50%;
	font-size: 20px;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease-in-out
}

.appointment-form .fa-times:hover {
	background: #fff;
	color: #d23;
	transform: scale(1.1)
}

/******************** Footer ********************/
footer {
	background: #111;
	padding: 50px 12vw;
	color: #f9f9f9;
	overflow: hidden
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 2fr;
	grid-gap: 50px
}

.footer-grid-tow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px
}

.footer-item h3 {
	text-transform: uppercase;
	font-size: 14px
}

.footer-item p {
	color: #999;
	line-height: 28px;
	margin: 0
}

.footer-item li {
	list-style: none;
	line-height: 28px
}

.footer-item ul {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 0 25px;
	width: fit-content
}

.footer-item i {
	width: 20px;
	margin-left: 10px;
	text-align: center;
	font-size: 18px;
	color: var(--main-color)
}

.footer-item a {
	color: #999
}

.footer-item a:hover {
	color: var(--main-color)
}

.footer-down {
	border-top: 1px solid #222;
	margin-top: 25px;
	padding-top: 15px
}

.footer-down p {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	margin: 0
}

.footer-down p:last-of-type {
	float: left
}

/******************** Header page ********************/
.header-page-contner {
	background: #000;
	position: relative
}

.header-page-contner::after {
	content: ' ';
	position: absolute;
	background: var(--main-color);
	top: 0;
	bottom: 0;
	left: 0;
	width: 28vw;
	z-index: 2
}

.header-page {
	background: #00000030;
	height: 650px;
	position: relative;
	z-index: 3
}

.header-page h1 {
	position: absolute;
	top: 60px;
	right: 12vw;
	bottom: 0;
	margin: auto;
	height: max-content;
	width: fit-content;
	max-width: 50vw;
	font-size: 50px;
	font-weight: 700;
	z-index: 7
}

.header-page img {
	position: absolute;
	top: 125px;
	left: 12vw;
	bottom: 0;
	height: 450px;
	width: 450px;
	border-radius: 15px
}

/******************** fixed btn ********************/
.whatsapp-btn {
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: #25D366;
	height: 70px;
	width: 70px;
	font-size: 40px;
	color: #f9f9f9;
	padding: 0 17px;
	line-height: 70px;
	border-radius: 50%;
	z-index: 9
}

.whatsapp-btn:hover {
	transform: scale(1.1);
	background: var(--main-color);
	color: #fff
}

/******************** Tap style ********************/
@media (max-width: 1350px) {
	nav li {
		margin: 0
	}

	nav li a {
		padding: 5px
	}
}

@media (max-width: 1050px) {
	.logo-nav {
		left: 25px;
		right: unset
	}

	.fa-bars {
		display: block !important;
		position: absolute;
		right: 25px;
		top: 0;
		bottom: 0;
		margin: auto;
		font-size: 30px;
		height: min-content
	}

	.menu {
		background: #333;
		top: 90px;
		right: 15px;
		left: 15px;
		padding: 5px 15px;
		margin: 0;
		border-radius: 5px 5px 35px 35px;
		box-shadow: 0 5px 15px #00000090;
		display: none
	}

	nav li {
		display: block;
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #444
	}

	nav li:first-of-type,
	nav li:nth-last-of-type(2),
	nav li:last-of-type {
		border: 0
	}

	nav li:nth-last-of-type(2) a,
	nav li:last-of-type a {
		text-align: center
	}
}

/******************** Phone style ********************/
@media (max-width: 768px) {
	.sub-menu {
		display: none !important
	}

	section,
	.contact {
		padding: 50px 25px
	}

	.title {
		font-size: 30px;
		margin: 0 0 30px
	}

	.image-home-slider {
		top: 100px;
		right: 25px;
		bottom: unset;
		left: 25px;
		max-width: 90vw;
		max-height: 40vh
	}

	.content-home-slider {
		top: unset;
		right: 25px;
		bottom: 90px;
		left: 25px;
		max-width: fit-content
	}

	.content-home-slider h2 {
		font-size: 22px
	}

	.slider-home-en p,
	.slider-home p {
		margin: 15px 0
	}

	.content-home-slider a {
		margin-top: 35px
	}

	.slider-home-en .fa-angle-right,
	.slider-home-en .fa-angle-left,
	.slider-home .fa-angle-right,
	.slider-home .fa-angle-left {
		right: 25px;
		bottom: 15px
	}

	.slider-home-en .fa-angle-left,
	.slider-home .fa-angle-left {
		right: 65px;
		bottom: 15px
	}

	.bg-cover {
		display: none
	}

	.about-content {
		z-index: 3
	}

	.about-content ul {
		grid-template-columns: 1fr 1fr
	}

	.blog {
		grid-template-columns: 1fr;
		grid-gap: 45px
	}

	.header-page-contner::after {
		right: 0;
		width: 100px
	}

	.header-page {
		height: 500px
	}

	.header-page img {
		top: 90px;
		bottom: unset;
		left: 25px;
		margin: auto;
		width: 85vw;
		max-width: 375px;
		max-height: 375px
	}

	.header-page h1 {
		background: #26787E;
		font-size: 28px;
		line-height: 40px;
		top: unset;
		right: 25px;
		bottom: -25px;
		left: 25px;
		max-width: unset;
		margin: auto;
		padding: 5px 15px;
		border-radius: 15px
	}

	.services-item {
		grid-template-columns: 1fr;
		grid-gap: 25px;
		padding: 25px
	}

	.services-item .services-item-bg {
		bottom: unset;
		left: 0;
		width: auto;
		height: 150px
	}

	.services-item img {
		margin: 0 auto
	}

	.appointment-form {
		width: 90%;
		padding: 20px
	}

	.appointment-popup .title {
		margin: 0 0 30px
	}

	footer {
		padding: 25px
	}

	.footer-down p {
		display: block;
		text-align: center
	}

	.footer-down p:last-of-type {
		margin-top: 10px;
		float: unset
	}

	.whatsapp-btn {
		right: 15px;
		bottom: 15px;
		height: 60px;
		width: 60px;
		font-size: 35px;
		line-height: 60px;
		padding: 0 14px;
	}

	.about,
	.cases,
	.team,
	.services,
	.contact,
	.branches,
	.footer-grid {
		grid-template-columns: 1fr;
		grid-gap: 25px
	}

	.footer-item ul {
		grid-template-columns: 1fr;
		grid-gap: 5px
	}

	.phone-none {
		display: none
	}
}
