* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: #000;
}

@font-face {
	font-family: 'Tanha';
	src: url('../font/Tanha.woff2') format('woff2'),
		url('../font/Tanha.woff') format('woff'),
		url('../font/Tanha.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
	background-image: url("../img4/29.photo-1579546928686-286c9fbde1ec.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	font-family: 'Tanha', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/* ----------------------------------------------------------------------------------- */


.main {
	width: 100%;
	margin: 0;
}

.k .top-menu {
	width: 100%;
	float: right;
	position: fixed;
	background: linear-gradient(20deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
}

.radif1 {
	width: 90%;
	margin: 0 auto;
}

.l {
	margin: -50px;
	padding: 5px;

}

.right {
	float: right;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
}

.right li {
	transition: transform 0.6s ease;
}

.right li:hover {
	transform: scale(1.35);
	font-weight: bold;
}

.right ul {
	display: flex;
	gap: 20px;
	padding: 15px;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}

.kkk {
	display: flex;
	gap: 10px;
	padding: 15px;
	align-items: center;
	justify-content: center;
}

.left {
	float: left;
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
}

a {
	text-decoration: none;
}

.k .top-menu ul li a:hover {
	color: #e180f7;
}

ul {
	list-style: none;
}

.menu {
	width: 100%;
	height: 47px;
	margin: auto;
	background: #f7aad29f;
	text-align: center;
	transition: transform 0.6s ease;
}

.menu a:hover {
	transform: scale(1.45);

}

.menu ul {
	background: #f1f4f7;
	padding: 0 20px;
	position: relative;
	list-style: none;
}

.menu ul ul {
	display: none;
}

.menu ul li:hover>ul {
	display: block;
}

.menu ul li {
	float: right;
	position: relative;
}

.menu ul li:hover {
	background: #22f0db96;
}

.menu ul li:hover a {
	color: rgba(6, 6, 6, 0.889);
	font-weight: bold;
}

.menu ul li a {
	display: block;
	padding: 15px 32px;
	color: #4e4e4e;
	text-decoration: none;
}

.menu ul ul {
	background: #c261b0b2;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
}

.menu ul ul li {
	float: none;
	position: relative;
}

.menu ul ul li a {
	padding: 15px 40px;
	color: #fff;
}

.menu ul ul ul {
	position: absolute;
	right: 100%;
	top: 0;
}

.logo {
	padding: auto;
	margin-top: 7px;
}

/* -------------------------------------------------------------------------------- */
.grid-container div {
	text-align: center;
	border-radius: 0 50px 0 50px;
}

.pastell img {
	grid-area: a;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px;
	transition: transform 0.6s ease;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 6px 10px rgba(140, 140, 139, 0.838);

}

.pastell {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;

}

.pastell:hover {
	font-weight: bold;
}

.pastell img:hover {
	transform: scale(1.30);
}

h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 10px 40px 10px;
}

.key1 {
	margin: 30px 30px 0 30px;
	padding: 20px 30px 20px 30px;
	border-radius: 50px 0 50px 0;
	font-size: 14px;
	background: linear-gradient(20deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	box-shadow: 0 6px 10px rgba(116, 116, 115, 0.838);
	text-decoration: none;
	color: black;
	cursor: pointer;
}

.key1:hover {
	transform: scale(1.05);
	background: linear-gradient(90deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	background-size: 600% 600%;
	animation: rainbow 5s ease infinite;
	transition: transform 0.2s;
}

@keyframes rainbow {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.key2 {
	margin: 30px 30px 0 30px;
	padding: 20px 30px 20px 30px;
	border-radius: 50px 0 50px 0;
	font-size: 14px;
	background: linear-gradient(60deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	box-shadow: 0 6px 10px rgba(116, 116, 115, 0.838);
	text-decoration: none;
	color: black;
}

.key2:hover {
	transform: scale(1.05);
	background: linear-gradient(90deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	background-size: 600% 600%;
	animation: rainbow 5s ease infinite;
	transition: transform 0.2s;
}

@keyframes rainbow {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.key3 {
	margin: 30px 30px 0 30px;
	padding: 20px 30px 20px 30px;
	border-radius: 50px 0 50px 0;
	font-size: 14px;
	background: linear-gradient(120deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	box-shadow: 0 6px 10px rgba(116, 116, 115, 0.838);
	text-decoration: none;
	color: black;
}

.key3:hover {
	transform: scale(1.05);
	background: linear-gradient(90deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	background-size: 600% 600%;
	animation: rainbow 5s ease infinite;
	transition: transform 0.2s;
}

@keyframes rainbow {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.key4 {
	margin: 30px 30px 0 30px;
	padding: 20px 30px 20px 30px;
	border-radius: 50px 0 50px 0;
	font-size: 14px;
	background: linear-gradient(160deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	box-shadow: 0 6px 10px rgba(116, 116, 115, 0.838);
	text-decoration: none;
	color: black;
}

.key4:hover {
	transform: scale(1.05);
	background: linear-gradient(90deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	background-size: 600% 600%;
	animation: rainbow 5s ease infinite;
	transition: transform 0.2s;
}

@keyframes rainbow {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/* ------------------------------- */

.pastell img {
	grid-area: p;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px;
	transition: transform 0.6s ease;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 6px 10px rgba(106, 39, 39, 0.838);
}

.pastell img:hover {
	transform: scale(1.20);
}

.pastell {
	background-color: rgba(255, 254, 254, 0.456);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	border: #10d8c4 solid 3px;
	border-radius: 0 50px 0 50px;
	margin: 5px;
}

.pastell:hover {
	font-weight: bold;
}

.grid-container {

	width: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(9, 1fr);
	gap: 10px;
	margin: 10px;
	padding: auto;
	border-radius: 0 50px 0 50px;
}

.grid-container div {
	text-align: center;
	border-radius: 0 50px 0 50px;
}


.pastell img {
	border-radius: 0 50px 0 50px;
	transition: transform 0.6s ease;
	box-shadow: 0 6px 10px rgba(0, 153, 138, 0.838);
}

.pastell img:hover {
	transform: scale(1.25);
}

/* <!-- foooooooooooooooooooooooooter --> */



.footer-asli {
	background-color: #ffffff3d;

}

.main-footer {
	direction: rtl;
	background-color: #c8c8c8;
	font-size: 14px;
	text-align: right;
	padding-top: 300px;

}

a {
	text-decoration: none;
}

.main-footer {
	background-color: transparent;
	display: inline;
	align-items: center;
	justify-content: space-between;
}

.footer {
	margin-top: 100px;
	margin-bottom: 50px;

}

.footer-menu {
	transition: transform 0.6s ease;

}

.footer-menu li:hover {
	transform: scale(1.35);
}

.row {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
}

.soton {
	border: none;
	padding: 15px;
	margin: 15px 0;
}

.top {
	border-bottom: 0;
	background-color: transparent;
	padding: 0;
	margin-bottom: 15px;
}

.onvan {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-bottom: 0;
	/* padding: 20px; */
	transition: transform 0.6s ease;
}

.onvan:hover {
	transform: scale(1.35);
}

.main-footer .footer .soton .footer-menu li a {
	color: rgb(4, 132, 125);
}

.main-footer .hamrah {
	margin-top: 30px;
	gap: 5px;
}

.ok2 {
	direction: rtl;
}

.footer-hamrah a:hover {
	color: #020202;
}

.main-footer .hamrah .footer-hamrah ul li {
	display: inline-block;
	margin-left: 20px;
}

.righttt {
	gap: 10px;
	text-align: center;
	color: #000;
	float: right;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
}

.k45 {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.main-footer .hamrah .footer-hamrah ul li a {
	display: block;
	font-size: 30px;
	color: #a1a3a8;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	align-items: center;
	justify-content: space-evenly;
}

.tozihat {
	padding: 30px;
	margin: 40px;
	direction: rtl;
	font-size: 12px;
}