* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #311e24;
	font-size: 40px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #311e24;
	font-size: xx-large;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

h5 {
	font-family: system-ui, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

hr {
	text-align: center;
	width: 200px;
	margin: 2px auto;
	height: 2px;
	background-color: #111111;

}

/*................... ANNOUNCEMENT BAR ...............*/
.icon {
	background-color: #cea861;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.icon img {
	height: 50px;
	padding-left: 11px;
}

.icon p {
	font-size: large;
	margin-left: 8px;
}

.icon a {
	text-decoration: none;
	color: #000;
}

@media(max-width: 600px) {

	.icon img {
		height: 37px;
		padding-left: 5px;
	}

	.icon p {
		font-size: 14px;
		margin-left: 5px;
	}
}

@media (min-width:600px) and (max-width:1000px) {

	.icon img {
		height: 55px;
		padding-left: 11px;
	}

	.icon p {
		font-size: x-large;
		margin-left: 12px;
	}
}

@media (min-width:1000px) {

	.icon img {
		height: 63px;
		padding-left: 6px;
	}

	.icon p {
		font-size: xx-large;
		margin-left: 38px;
		margin-right: 38px;
	}
}

/* ............................navbar................... */
.logo {
	display: flex;
	justify-content: center;
}

.logo img {
	height: 140px;
}

.navbar {
	margin-bottom: 25px;
	margin-top: 25px;
}

@media(max-width: 790px) {
	.logo img {
		height: 100px;
	}
}

/* ........................slider..................... */
.slider {
	width: 930px;
	max-width: 96vw;
	height: 700px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

.list {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	width: max-content;
	transition: 2s;
}

.list img {
	width: 1300;
	max-width: 96vw;
	height: 100%;
	object-fit: cover;
}

.buttons {
	position: absolute;
	top: 45%;
	left: 5%;
	width: 90%;
	display: flex;
	justify-content: space-between;
}

.buttons button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff5;
	color: #fff;
	border: none;
	font-family: monospace;
	font-weight: bold;
}

.dots {
	position: absolute;
	bottom: 10px;
	color: #fff;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.dots li {
	list-style: none;
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 20px;
	border-radius: 20px;
	transition: 2s;
}

.dots li.active {
	width: 30px;
}

/* ..........................gallery............................... */
.gallery {
	width: 80%;
	margin: 50px auto 50px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
	margin-top: 15px;
}

.gallery img {
	width: 100%;
	cursor: pointer;
	border-style: solid;
	border-color: #424242;
	border-radius: 2%;
}

.gal {
	text-align: center;
	margin-top: 5%;
}

.gal hr {
	text-align: center;
	width: 200px;
	margin: auto;
	margin-top: 8px;
}




/* ...............swiper............... */
#project {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#project {
	position: relative;
	height: 100%;
}

#project {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.swiper {
	width: 80%;
	padding-top: 50px;

}

.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px;

}

.swiper-slide img {
	display: block;
	width: 90%;
}

/* ........................map......................... */
iframe {

	display: flex;
	align-items: center;
	width: 80%;
	height: 500px;
	margin: 10%;
}

/* ...........................why.................... */

.heading {
	text-align: center;
	margin-top: 25px;
}

.heading p {
	font-size: 20px;
	color: #666;
}

.about-us {
	display: flex;
	align-items: center;
	width: 85%;
	margin: auto;
	margin-top: 50px;
}

.about-us img {
	flex: 0 50%;
	max-width: 50%;
	height: 30%;
	border-radius: 19px;
	padding: 10px;
}

.content h2 {
	color: #311e24;
	font-size: 34px;
	/* margin: px 0px; */
	text-align: center;
}

.content p {
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	margin: 15px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-right: 30px;
}

@media(max-width: 768px) {
	.about-us {
		flex-direction: column;
	}

	.about-us img {
		flex: 0 100%;
		max-width: 70%;
	}

	.content {
		flex: 0 100%;
		max-width: 100%;
		padding: 15px;
	}

	.content p {
		padding-left: 5px;
		padding-right: 5px;
	}
}

/* 22222222222222222222222222222222222222222222222222222222222222222 */
.Q-about-us {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

.Q-about-content {
	flex: 1;
	min-width: 300px;
	max-width: 600px;
	margin-left: 15%;
	margin-top: 10px;
	margin-right: 10px;
}

.Q-about-content h1 {
	font-size: 38px;
	color: #cea861;
	margin-bottom: 10px;
}

Q.about-content h2 {
	font-size: 26px;
	color: #311e24;
	margin-top: 15px;
	margin-bottom: 10px;
}

.Q-about-content p {
	font-size: 24px;
	line-height: 1.6;
	color: #666;
}

.Q-about-image {
	flex: 1;
	min-width: 300px;

	height: 460px;
	margin-right: 15%;
	padding: 10px;
	flex-wrap: wrap;
}

.Q-about-image img {
	width: 350px;
	height: auto;
	border-radius: 10px;
	margin-left: 30%;


}

@media (max-width: 1500px) {
	.Q-about-us {
		gap: 10px;
	}

	.Q-about-image img {
		margin: 0 auto;

	}

	.Q-about-image {
		flex-direction: column;
		height: auto;
		margin: 0 auto;
	}
}


@media (max-width: 1200px) {
	.Q-about-content {
		flex: 1;

		margin-left: 10%;
		margin-top: 10px;
		margin-right: 10px;
	}

	.Q-about-image img {
		margin-right: 5%;


	}
}

@media (max-width: 1024px) {
	.Q-about-us {
		flex-direction: column;
		padding: 20px;
		text-align: center;
	}

	.Q-about-content {
		margin: 0 auto;
		text-align: center;
	}

	.Q-about-content h1,
	.Q-about-content h2,
	.Q-about-content p {
		text-align: center;
	}

	.Q-about-image {

		height: auto;
		margin: 0 auto;
	}

	.Q-about-image img {
		margin: 0 auto;

	}
}

@media (max-width: 400px) {
	.Q-about-image img {
		width: 280px;
	}

	.Q-about-us {
		padding: 6px;
	}
}

/* .......................contact.............................. */
.mycontact {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 50px;
}

.mycontact form {
	width: 670px;
	height: 400px;
	display: flex;
	justify-content: center;
	box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	flex-wrap: wrap;
}

.mycontact form h1 {
	color: #000000;
	font-weight: 500;
	margin-top: 20px;
	width: 500px;
	text-align: center;
}

.mycontact form input {
	width: 290px;
	height: 40px;
	/* padding-left:10px ; */
	outline: none;
	border: none;
	margin-bottom: 10px;
	background: none;
	border-bottom: 2px solid #000;
}

.mycontact form input::placeholder {
	color: #000;
}

.mycontact form #lastname,
.mycontact form #mobile {
	margin-left: 20px;
}

.mycontact form h4 {
	color: #000;
	font-weight: 300;
	width: 600px;
	margin-top: 20px;
}

.mycontact form textarea {
	background: none;
	border: none;
	border-bottom: 2px solid #000;
	color: #000;
	font-weight: 200;
	font-size: 15px;
	padding: 10px;
	outline: none;
	min-width: 600px;
	max-width: 600px;
	min-height: 80px;
	max-height: 80px;
}

.textarea::-webkit-scrollbar {
	width: 1em;
}

.textarea::-webkit-scrollbar-thumb {
	background-color: rgba(194, 194, 194, 0.713);
}

.mycontact form #button {
	border: solid;
	background: #000;
	color: #fff;
	border-radius: 7px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 20px;
	width: 100px;
	margin-right: 500px;
	margin-bottom: 30px;
	transition: 0.3s;
}

.mycontact form #button:hover {
	opacity: 0.7;
}

@media(max-width: 700px) {
	.mycontact form {
		width: 90%;
		height: fit-content;
	}

	.mycontact form textarea {
		background: none;
		border: none;
		border-bottom: 2px solid #000;
		color: #000;
		font-weight: 200;
		font-size: 15px;
		padding: 10px;
		outline: none;
		min-width: 350px;
		max-width: 350px;
		min-height: 80px;
		max-height: 80px;
	}

	.mycontact form #button {
		border: solid;
		background: #000;
		color: #fff;
		border-radius: 7px;
		margin-top: 20px;
		font-weight: 500;
		font-size: 20px;
		width: 100px;
		margin-right: 250px;
		margin-bottom: 30px;
		transition: 0.3s;
	}

	.mycontact form h4 {
		color: #000;
		font-weight: 300;
		width: 600px;
		margin-top: 20px;
		margin-left: 25px;
		font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	}

	.mycontact form #lastname,
	.mycontact form #mobile {
		margin-left: 0;
	}

	.mycontact form h1 {
		color: #000000;
		font-weight: 500;
		margin-top: 20px;
		width: 500px;
		text-align: center;
		font-size: 20px;
		font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	}

	.mycontact form input {
		width: 290px;
		height: 40px;
		padding-left: 2px;
		outline: none;
		border: none;
		margin-bottom: 10px;
		background: none;
		border-bottom: 2px solid #000;
	}
}

/* ......................icon........................ */
.iconnn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.iconnn img {
	height: 40px;
	padding-left: 10px;
}

.iconnn img:hover {
	height: 43px;
}



/* ..........................................

............................................ */
.card-title {
	font-size: 30px;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
}

.card-description {
	font-size: 20px;
	color: #777;
	margin-bottom: 20px;
	line-height: 25px;
	text-align: center;

}

.card-button {
	background-color: #cea861;
	color: white;
	border: none;
	padding: 10px 15px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	display: flex;
	justify-content: center;
}