* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Cairo";
}

ul {
	list-style: none;
	padding: 0;
}

a {
	text-decoration: none;
}

.header {
	position: relative;
	width: 100%;
}

.header-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: transparent;
}

.logo {
	color: #ffffff;
}

.nav-item .nav-link {
	display: block;
	line-height: 36px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	transition: 0.15s;
}

.nav-item .nav-link:hover {
	color: #ffc107;
}

.header-btn {
	color: #fff;
	border-radius: 30px;
	background-color: #ffc107;
	border: none;
	font-weight: 500;
	outline: none;
	font-size: 15px;
	padding: 7px 22px;
	transition: 0.5s;
}

.header-btn:hover {
	background-color: #fff;
	color: #ffc107;
	cursor: pointer;
}

.navbar-scroll {
	background-color: #ffffff;
	padding: 0;
	position: fixed;
	top: 0;
	z-index: 99;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
	transition-duration: 0.6s;
}

.navbar-scroll .nav-item .nav-link {
	color: black;
}

.navbar-scroll .header-btn {
	color: #ffffff;
	background-color: #ffc107;
}

.navbar-scroll .logo {
	color: #000;
	font-weight: 500;
}

.first-title {
	text-transform: capitalize;
}

/* 

section{background-color: white;
padding: 4rem 0rem 4rem;
} 
section:nth-of-type(even){background-color:#ffc107;
color: white;} */



.nav .nav-link {
	color: #000;
}

.nav .nav-item {
	gap: 50px;
	position: relative;
}

.nav .nav-link.active {
	border-bottom: 2px solid #ffc107;
	color: #ffc107;
}

/* 
.nav .nav-link::after{
	content: "";
	width: 0;
	height: 4px;
	background-color: #000;
	left: 0;
	bottom: 0;
	transition: 4s ease;
} 
.nav-item.active{
	width: 100%;
}   */

/* /////////////////////////////////// */

.banner-con {
	padding-top: 70px;
}

.content-banner {
	color: #ffffff;
	height: 100vh;
	position: relative;
	background-position: center center;
	background-size: cover;
	padding-top: 125px;
}

.content-banner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(57, 49, 49, 0.5);
	top: 0;
	left: 0;
	z-index: 1;
}

.content-banner .first-title {
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	margin: 0px 0px 12px;
}

.content-banner .banner-des {
	line-height: 150%;
	letter-spacing: 0;
	position: relative;
	z-index: 2;
	font-weight: 400;
	margin-top: 0;
	font-size: large;
}

.banner-btn {
	padding: 0 34px;
	z-index: 1;
	margin: 30px auto 25px;
	line-height: 56px;
	position: relative;
	border-radius: 6px;
	height: 56px;
	font-size: 16px;
	background-color: #ffc107;
	display: inline-block;
	color: #ffffff;
	transition: 0.3s;
	text-align: center;
	text-decoration: none;
}

.banner-btn:hover {
	text-decoration: none;
	color: #ffc107;
	background-color: white;
}


@media only screen and (max-width:600px) {
    .content-banner {
		height: 60vh !important;
	}
    
}
@media (min-width: 992px) and (max-width: 1199px) {
    .content-banner {
		height: 80vh !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-banner {
		height: 70vh !important;
	}
}
@media (max-width: 767px) {
    .content-banner {
		height: 70vh ;
	}
}

@media only screen and (min-width:1200px) {
	.nav-item>.nav-link {
		padding: 5px 20px !important;
		display: block !important;
	}
}

@media only screen and (max-width:992px) {
	.header-inner {
		background-color: white !important;
	}

	.nav-item>.nav-link {
		color: black !important
	}

	.logo {
		color: #000 !important;
		font-weight: 600 !important;
	}

	.content-banner .first-title {
		font-size: 1.8rem !important;
	}

}

/* //////////////////////////////////// */

.single-fun-facts {
	text-align: center;
}

.facts-icon i {
	color: #d7a100d6;
	font-size: 26px;
	margin-bottom: 15px;
}

.single-counter h3 {
	font-size: 26px;
	font-weight: 800;
}

.single-counter h5 {
	color: #555555;
	font-size: 16px;
	margin: 0;
}

.bg-image {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}


.service-section {
	padding: 100px 0 54px;
	box-shadow: #0000001a 0 4px 12px;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 800;
	/* line-height: 30px; */
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;

}

.section-title h2:before {
	border-color: #ffc107;
	border-style: solid;
	border-width: 1px 0;
	bottom: 0;
	padding: 4px 0 5px;
	width: 70px;
}

.section-title h2:after,
.section-title h2:before {
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

.section-title h2:after {
	background-color: #ffc107;
	bottom: 5px;
	height: 1px;
	width: 160px;
}

.single-service {
	text-align: center;
}

.single-service-inner {
	padding: 40px 15px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.single-service i {
	color: #d7a100d6;
	display: block;
	font-size: 36px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.single-service-inner>h3 {
	font-size: 26px;
	font-weight: 800;
	/* margin-bottom: 15px; */
}

.single-service-inner>h5 {
	color: #555555;
	font-size: 16px;
	margin: 0;
}

.single-service:hover .single-service-inner i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-service:hover .single-service-inner {
	background: #ffffff none repeat scroll 0 0;
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

/* ///////////gallery ///////////////////// */

.gallery-container{
    min-height: 20vh;
    display: grid;
    place-items: center;
}

.slider{
    height: 350px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden; 
}

.slide-track{
    display:flex;
    width: calc(350px*18);
    animation: scroll 40s linear infinite;
}
.slide-track:hover{
    animation-play-state: paused;
}
@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(350px * 9));
    }
}

.slidee{
    height: 350px;
    width: 350px;
    display: flex;
    align-items: center;
    padding: 20px;
    perspective: 100px;
}
.slide-img{
    width: 100%;
	height: 235px;

    transition: transform 0.5s;
}
.slide-img:hover{
    transform: translateZ(20px);
}
/* shadows */

.slider::before,
.slider::after{
    background: linear-gradient(to right,rgba(255,255,255,1)0%,
    rgba(255,255,255,0)100%);
    content: '';
    height: 100%;
    position: absolute;
    width: 10%;
    z-index: 2;
}

.slider::before{
    left: 0;
    top: 0;
}

.slider::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}



/* -------------------------------------- */
.card-body {
	position: relative;
}

.card-body .card-category-box {
	position: absolute;
	text-align: center;
	top: -16px;
	left: 15px;
	right: 15px;
	line-height: 30px;
	overflow: hidden;
}

.card-body .card-category {
	display: inline-block;
	color: #fff;
	padding: 0 15px 5px;
	overflow: hidden;
	background-color: #ffc107;
	border-radius: 4px;
}

.card-body .card-category a {
	color: #fff;
}

.card-body .card-category .category {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.30rem;
	margin-bottom: 0;
}

.card-description {
	color: #4e4e4e;
	margin: 1rem;
}

.card img:hover img {
	transform: scale(1.3);
}




/* /////////////////////////////////////////// */



.modal-header>h2 {
	color: #ffc107;
	font-size: 24px;
	margin: 0;
}

.modal-body>img {
	width: 100%;
}

.modal-body>p {
	margin: 20px 0 10px;
}

.project-details>li {
	font-size: 14px;
	line-height: 25px;
}

.project-details>li i {
	font-size: 14px;
	color: #ffc107;
	margin-right: 10px;
}

.project-details>li a {
	color: #ffc107;
}

.project-details>li a:hover {
	text-decoration: underline;
}

.title>h3 {
	font-size: 20px;
	margin: 15px 0 10px;
}

.share-btn>a {
	color: #555555;
	margin-right: 10px;
	font-size: 16px;
}

.share-btn>a:hover {
	color: #ffc107;
}



.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}



/* ///////////////////////// about ///////////////////////////////*/


.about {
	box-shadow: #0000001a 0 4px 12px;
	display: block;
	background-color: #dfeef33b;
	padding: 50px 0
}

.about-container .about-image,
.about-container .about-image img {
	width: 100%;
	height: 100%
}

.about-container .about-content-par {
	font-size: 20px
}

@media (max-width: 991px) {
	.about-container .about-content-par {
		font-size: 14px
	}
}

/* ///////////////////contact //////////////////// */


.contact-map {
	position: relative;
}

.contact-map .location {
	position: absolute;


}

.contact-map .location i {
	font-size: 2rem;
	color: #c21e37;
}

.contact-map .location span {
	color: #fff;
	font-size: 0.6rem;
}

.contact-map .loc-1 {
	top: 56%;
	right: 39%;

}

.contact-map .loc-1-f {
	top: 55%;
	right: 45%;

}

.contact-map .loc-2 {
	top: 43%;
	right: 49%;

}


.contact-map .loc-2-f {
	top: 36%;
	right: 43%;

}

.contact-map .loc-3 {
	top: 36%;
	right: 59%;

}

.contact-map .loc-3-f {
	top: 30%;
	right: 54%;

}

.contact-map .loc-4 {
	top: 23%;
	right: 61%;

}


.contact-map .loc-4-f {
	top: 26%;
	right: 67%;

}

.contact-map .loc-5 {
	top: 15%;
	right: 75%;

}

.contact-map .loc-5-f {
	top: 13%;
	right: 70%;

}


.contact-map .loc-6 {
	top: 25%;
	right: 87%;

}

.contact-map .loc-6-f {
	top: 23%;
	right: 82%;

}

.contact-map .loc-7 {
	top: 43%;
	right: 68%;

}

.contact-map .loc-7-f {
	top: 35%;
	right: 74%;

}

.contact-map .loc-8 {
	top: 65%;
	right: 58%;

}


.contact-map .loc-8-f {
	top: 61%;
	right: 52%;

}



/* ////////////// news ////////////////////// */
.news-box {
	margin-bottom: 3rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.news-box:hover img {
	transform: scale(1.3);
}

.news-img {
	display: block;
	overflow: hidden;
	width: 100%;
    height: 200px;
}

.news-img img {
	width: 100%;
    height: 210px;
	transition: all 1s;
}

.news-content {
	padding: 2rem 3% 1rem 4%;
}

.news-content .n-more {
	color: #4e4e4e;
	font-size: 0.8rem;
}

.news-content .n-more .n-ctegory {
	color: #0078ff;
}

.news-content .n-like {
	/* font-size: 2.5rem; */
	color: #fff;
	float: right;
	
}

.news-content .n-like  {
	color: #ffc107;
}

.news-content .n-like .num-like {
	font-size: 0.7rem;
}

.n-title {
	font-size: 1.1rem;
}

.news-btn {
	color: #fff;
	border-radius: 20px;
	background-color: #ffb007eb;
	border: none;
	font-weight: 500;
	outline: none;
	font-size: 12px;
	padding: 5px 18px;
	transition: 0.5s;
}

.news-btn:hover {
	background-color: #fde12b;
	cursor: pointer;
}



/* 
////////////////glide/////////////////// */
.news-section{
	background-color: #c21e37;
}


.news-container {
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-height: 70vh; */

}
.glide__slides{
	box-shadow: #32326926 0 2px 5px, #0000000d 0 1px 1px;
}

.glide__slides img{
width: 100%;

}

.glide__arrows button{
background-color: #333;
}


/* ////////////////////////////////////// */







