* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: inter;
	user-select: none;
}

.allContentsBody {
	width: 100%;
	overflow: hidden;
}
.section {
	opacity: 0;
	transition: transulateY(20) scale(0.5);
	transition: opacity 0.8s ease, transform 0.8s ease;
	transform: scaleX(1.1);
	transform-origin: center;
}

.visiblesection {
	opacity: 1;
	transform: scale(1);
}

.navHolder {
	position: sticky;
	top: 0;
	z-index: 999;
}
.servuce svg {
	background: #0953b4;
	fill: white;
	padding: 6px;
	border-radius: 4px;
	height: 48px;
	width: 48px;
}

.about svg {
	width: 24px;
	height: 24px;
}

.bottomFooter {
	background: #fed403;
}

nav {
	color: white;
	display: flex;
	height: 64px;
	width: 100%;
	align-items: center;
	padding: 0px 6%;
	transition: all 0.3s ease;
	position: sticky;
	top: 0;
	background: #0d2a77;
}
.logo {
	margin-right: auto;
	height: 40px;
}

.logo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
nav ul {
	display: flex;
	align-items: center;
}
nav ul li {
	list-style: none;
	padding: 10px;
	margin-left: 20px;
}
nav ul li:hover {
	border-bottom: 2px solid #fed403;
}

nav ul li a {
	text-decoration: none;
	color: white;
}

nav ul button {
	height: 40px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #fed403;
	background: none;
	color: #fed403;
}

nav.activeNav {
	background: #0953b4;
	box-shadow: 0px 1px 10px #1c3981;
	color: white;
	position: sticky;
	top: 0;
	z-index: 999;
	transition: all 0.3s ease;
}

nav.activeNav a {
	color: white;
}

.divider {
	height: 200px;
	width: 100%;
	background: white;
}

header img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	z-index: -1;
}

header {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: calc(100vh - 200px);
	background: linear-gradient(#000d3170, #0d2a77);
}

.headercontent {
	height: 100%;
	text-align: center;
	padding: 6%;
	color: white;
	animation: headerIn 0.3s forwards;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-evenly;
}

.headercontent h1 {
	margin: 10px 0;
	font-size: xx-large;
}
.headercontent h2 {
	margin: 10px 0px;
	font-size: 24px;
	color: goldenrod;
}

.headercontent p {
	font-size: 20px;
	margin: 20px 0px;
}

.headercontent button {
	height: 48px;
	width: 200px;
	padding: 15px;
	align-items: center;
	display: flex;
	border-radius: 5px;
	justify-content: space-between;
	border: 1px solid #fed403;
	background: none;
	color: white;
	outline: none;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 20px;
}
.projectRecent {
	padding: 6%;
}
.toprecent {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 40px;
	color: #0953b4;
	text-transform: uppercase;
}

.toprecent a {
	color: #0761d6;
	text-decoration: none;
	font-size: larger;
	background: #e6effc;
	padding: 10px;
	border-radius: 6px;
	text-transform: lowercase;
}

.recentProjectImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.leftabout a {
	text-decoration: none;
	margin-top: auto;
}
.headercontent button svg {
	margin-left: 10px;
}

.headercontent button:hover {
	font-size: 24px;
}

.counterConeiner {
	position: absolute;
	height: 200px;
	width: 100%;
	bottom: -55px;
	padding: 6%;
}

.countingholder {
	background: white;
	width: 100%;
	height: auto;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.counter {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #3e4095;
}
.counter svg {
	fill: #0953b4;
	height: 40px;
}

.counter h1 {
	font-size: 28px;
	margin-top: 10px;
}

.counter p {
	font-size: 14px;
}

.services {
	background: linear-gradient(#0953b4d5, #0953b4ab),
		url(cartepiller\ home.jpg) repeat fixed;
	background-size: cover;
	background-repeat: fixed;
	background-position: 100vh;
	padding: 6%;
	width: 100%;
}

.services h3 {
	color: white;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
	font-size: clamp(2rem, 2vw + 1rem, 4rem);
}

.servicesContentAll {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.servuce {
	color: #404244;
	cursor: pointer;
	background: white;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	border-radius: 4px;
	line-height: 20px;
	transition: background 0.3s ease;
}
.servuce:hover {
	background: #ceefff;
	border: 1px solid #0953b4;
}

.servuce p,
.servuce h1 {
	margin-top: 20px;
	text-align: center;
	color: #404244;
}

.feature {
	background: rgb(236, 242, 255);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
	padding: 100px 6%;
}

.featureLeft h2 {
	font-size: clamp(1rem, 1vw + 1rem, 2rem);
	color: #404244;
}

.singlefeature {
	display: flex;
	align-items: center;
	padding: 20px;
	transition: background 0.3s ease;
	margin-top: 20px;
}

.singlefeature:hover {
	background: white;
	cursor: pointer;
}

.singlefeature svg {
	margin-right: 20px;
}

.descriptionSingleFeature {
	font-size: 18px;
	color: #404244;
}

.featureRight {
	width: 100%;
	height: 100%;
}
.featureRight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.singlefeature svg {
	height: 48px;
	width: 48px;
	fill: #7879df;
	background: #dddefc;
	padding: 6px;
	border-radius: 50px;
}

.aboutUS {
	padding: 100px 6%;
	background: #fffcf4;
}

.aboutUS h3 {
	text-align: center;
	font-size: clamp(1rem, 2vw + 1rem, 4rem);
	margin: 40px;
}
.about {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	text-align: start;
	gap: 20px;
	margin-top: 40px;
	margin-bottom: 80px;
}

.rightAbout {
	height: 350px;
	width: 100%;
}

.rightAbout img,
.topproject img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.leftabout {
	line-height: 30px;
	font-size: 20px;
	display: flex;
	flex-direction: column;
}

.leftabout button {
	margin-top: auto;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 150px;
	border-radius: 4px;
	border: none;
	color: #3e4095;
	fill: #3e4095;
	cursor: pointer;
	transition: all 0.3s ease;
}

.leftabout button:hover {
	width: 160px;
	font-size: 18px;
}

.leftabout h1 {
	margin-bottom: 20px;
}

.topproject {
	height: 250px;
}
.projectList {
	padding: 6%;
}
.project {
	height: 450px;
	width: 350px;
	background: #efefff;
	display: flex;
	flex-direction: column;
	border-radius: 4px;
}

.bottomProject {
	padding: 10px;
	display: flex;
	height: calc(450px - 250px);
	justify-content: space-between;
	flex-direction: column;
}

.bottomProject button {
	margin-top: auto;
	padding: 14px;
	border-radius: 6px;
	border: none;
	background: #585adb;
	color: white;
	font-size: 18px;
	transition: all 0.3s ease;
	cursor: pointer;
}

.bottomProject button:hover {
	background: #3e4095;
	font-size: 20px;
}

.bottomProject h3 {
	margin-bottom: 10px;
}

.gallerSection {
	padding: 6%;
}

.simpleGallery {
	flex: 1;
	cursor: pointer;
}

.imagesGalleris {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}

.imagesGalleris img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
	scale: 120%;
	transition: scale 0.3s ease;
}

.galleryLink {
	display: flex;
	width: 100%;
	align-items: center;
	height: 100px;
	justify-content: space-between;
}

.coverhomegallery {
	border-radius: 4px;
	top: 0;
	background: #0761d6;
	z-index: 1;
	position: absolute;
	animation: removelCoverTopGalleryIndex 0.3s forwards;
}

.simpleGallery:hover .coverhomegallery {
	display: flex;
	animation: revealCoverTopGalleryIndex 0.3s forwards;
}

.simpleGallery:hover .imagesGalleris img {
	scale: 100%;
}
@keyframes revealCoverTopGalleryIndex {
	from {
		opacity: 0;
		height: 0;
		width: 0;
	}
	to {
		opacity: 0.6;
		height: 100%;
		width: 100%;
	}
}
@keyframes removelCoverTopGalleryIndex {
	from {
		opacity: 0.6;
		height: 100%;
		width: 100%;
	}
	to {
		opacity: 0;
		height: 0;
		width: 0;
	}
}
.galleryLink a {
	text-decoration: none;
	font-size: 20px;
	background: #e4f0ff;
	padding: 10px;
	border-radius: 4px;
}
.lastGridGallery {
	grid-column: span 2;
}

.allimageGallerySection {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.teamMember {
	display: flex;
	width: 100%;
	overflow: hidden;
	gap: 40px;
}

.image {
	background: #b48e48;
	height: 100%;
	width: 100%;
	min-width: 300px;
	position: absolute;
	border-radius: 4px;
}

.singleTeam:hover {
	.teamdescription {
		display: flex;
		animation: descriptionslidein 0.5s forwards;
	}
}
.allTeamMember {
	display: flex;
	gap: 20px;
	transform: translateX(0);
	transition: transform 0.3s ease-in-out;
}

.singleTeam {
	width: 300px;
	height: 400px;
	position: relative;
	flex-shrink: 0;
}

.image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.teamdescription {
	height: 400px;
	width: 300px;
	background: #0953b4;
	position: absolute;
	padding: 10%;
	color: white;
	display: flex;
	flex-direction: column;
	z-index: 99;
	transition: height 0.5s ease;
	border-radius: 4px;
	cursor: pointer;
	animation: descriptionslideOut 0.3s ease forwards;
}

@keyframes descriptionslidein {
	0% {
		height: 0%;
		opacity: 0;
	}

	100% {
		height: 100%;
		opacity: 1;
	}
}
@keyframes descriptionslideOut {
	0% {
		height: 100%;
		opacity: 1;
	}

	100% {
		height: 0;
		opacity: 0;
	}
}
.teamdescription h1 {
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.teamdescription h4 {
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.teamdescription p {
	text-align: center;
}

.socialIcon {
	display: flex;
	margin-top: auto;
	justify-content: space-between;
}

.socialIcon a {
	border: 1px solid white;
	height: 36px;
	width: 36px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.socialIcon a svg {
	fill: wheat;
}

.socialIcon a:hover {
	background: #dff6ff;
	svg {
		fill: #3e4095;
	}
}

.teamMember {
	padding: 6%;
}

.mapandContact {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	padding: 40px 6%;
}
.contactUsFooterForm {
	background: white;
	padding: 20px;
	border-radius: 6px;
}

.contactUsFooterForm form {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 30px;
}
.imputDiv {
	position: relative;
}

.imputDiv input {
	width: 100%;
	padding: 15px;
	outline: none;
	color: #404244;
}

.imputDiv label {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #404244;
}

.imputDiv input:focus + label,
.imputDiv input:not(:placeholder-shown) + label {
	top: -15px;
	background: white;
	padding: 4px;
}
.contactUsFooterForm textarea {
	height: 100px;
	outline: none;
	padding: 10px;
}
.contactUsFooterForm button {
	height: 48px;
	margin-top: auto;
	background: #0953b4;
	border: none;
	border-radius: 4px;
	font-size: 20px;
	color: white;
}

.map iframe {
	height: 100%;
	width: 100%;
}

.map {
	height: 450px;
	background: white;
	border-radius: 10px;
}

footer {
	background: #0953b4;
}

.allfooterInfo {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	padding: 40px 6%;
	height: auto;
	gap: 20px;
}

.imageofFooterAbout {
	width: 250px;
}

.imageofFooterAbout img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.footerAbout p {
	padding: 20px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	color: white;
	margin-top: 20px;
	line-height: 26px;
	font-size: 14px;
}

.footerAbout {
	display: flex;
	height: 100%;
	flex-direction: column;
	grid-column: span 2;
}

.footerIcon {
	display: flex;
	gap: 20px;
	margin-top: auto;
}
.footerIcon a {
	border: 1px solid #c8e0ff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	flex-shrink: 0;
	font-size: 12px;
}

.footerIcon a:hover {
	svg {
		fill: #0953b4;
	}
	background: white;
}
.footerIcon a svg {
	height: 32px;
	fill: #ffffff;
	padding: 4px;
}

.footerMenu h1,
.contactList h1 {
	color: white;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: bold;
}

.footerMenu,
.contactList {
	margin-left: 40px;
	flex-grow: 1;
	margin-top: 20px;
}

.footerMenu ul,
.contactList ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.footerMenu ul li,
.contactList ul li {
	list-style: none;
	margin-top: 4px;
}
.footerMenu ul li a,
.contactList ul li a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	transition: font-size 0.3s ease;
}

.footerMenu ul li:hover {
	a {
		font-size: larger;
	}
}

.bottomFooter {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #0953b4;
	justify-content: space-between;
	padding: 0 6%;
	height: 50px;
}

.bottomFooter h1 {
	font-size: 14px;
	fill: #0953b4;
}

.bottomFooter a {
	color: #0953b4;
	text-decoration: none;
	font-weight: bold;
}

.galleyConteiner {
	padding: 6%;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	column-gap: 10px;
	row-gap: 20px;
}

.imageGallery {
	position: relative;
	overflow: hidden;
}

.imageGallery img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
	transition: scale 0.4s ease;
	border-radius: 4px;
	filter: brightness(0.7);
}

.imageGallery img:hover {
	scale: 120%;
}
.descriptionGallery {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #0953b4;
	opacity: 0.8;
	color: white;
	padding: 10px;
	text-align: center;
	line-height: 30px;
	display: none;
	height: 0;
}

.imageGallery:hover .descriptionGallery {
	display: flex;
	align-items: center;
	flex-direction: column;
	animation: textrevielInGallery 0.3s forwards;
	transition: height 0.3s ease;
}

@keyframes textrevielInGallery {
	form {
		opacity: 0;
		height: 0;
	}
	to {
		opacity: 0.7;
		height: 100%;
	}
}

.PhoneNav {
	height: 100vh;
	position: sticky;
	top: 0;
	bottom: 0px;
	background: #0953b4;
	z-index: 999;
	padding: 5%;
	transform: translateX(1000px);
	transition: transform 0.3s ease;
	animation: phoneNavOut 0.3s ease forwards;
	display: none;
}

nav svg {
	background: #0761d6;
	padding: 4px;
	height: 42px;
	width: 42px;
	margin: 0px 10px;
	flex-shrink: 0;
	display: none;
	cursor: pointer;
}

.activePhoneMenu {
	display: flex;
	animation: phoneNavIn 0.5s ease forwards;
}
@keyframes phoneNavIn {
	form {
		opacity: 0;
		width: 0;
		transform: translateX(1000px);
	}
	to {
		opacity: 1;
		width: 100%;
		transform: translateX(0);
	}
}
@keyframes phoneNavOut {
	form {
		opacity: 1;
		width: 100%;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		width: 0;
		transform: translateX(1000px);
	}
}

.closIcon {
	display: flex;
	width: 100%;
	justify-content: end;
}
.PhoneNav button {
	height: 48px;
	width: 48px;
	margin-bottom: 40px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	color: white;
	cursor: pointer;
	background: #1d7fff;
}

@media screen and (max-width: 800px) {
	nav ul {
		display: none;
	}
	nav {
		position: sticky;
		top: 0;
		height: 60px;
		z-index: 1000;
	}
	nav svg {
		display: flex;
	}
}
@media screen and (max-width: 400px) {
	.featureRight {
		width: 320px;
	}
}

.menuPhones {
	width: 100%;
}
.menuPhones ul {
	width: 100%;
}

.menuPhones ul li {
	display: flex;
	width: 100%;
	list-style: none;
	flex-direction: column;
}

.menuPhones ul li a {
	text-decoration: none;
	color: white;
	padding: 20px;
	background: #0761d6;
	width: 100%;
	margin-top: 1px;
}

.menuPhones ul li a:hover {
	background: #0953b4;
}
