* {
	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;
  }
  @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: normal;
	font-style: normal;
  }
   
  /* /////////////// */
  @media (max-width: 768px) {
	.grid-container {
		grid-template-columns: 1fr;
	}
	.ok {
		flex-direction: column;
	}
}
/* /////////////////// */
  
  body {
	background-image: url("../images/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;
}

/* .logo{
	padding-top: 5px;
	padding-bottom: -10px;
} */

.k .top-menu {
	width: 100%;
	float: right;
	position: fixed;
	background: linear-gradient(20deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
}

.radif1 {
	width: 90%;
	margin: 0 auto;
	color: #000;
	background-image: url("../images/30.cf8a5bee30b432bc0954bf8d348e7d06.jpg");
}

.l {
	margin: -50px;
	padding: 5px;
}

.right {
	float: right;
	display: flex;
	align-items: flex-start;
	justify-content: space-evenly;
	color: #000;
}

.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;
	color: #000;
}

.kkk {
	display: flex;
	gap: 10px;
	padding: 15px;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}

.left {
	float: left;
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
}

/* .kkk {
	float: left;
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
	gap: 15px;
	color: #000;
	
} */

a {
	text-decoration: none;
}

/* .k .top-menu ul li {
	display: inline-block;
} */

/* .k .top-menu ul li a {
	display: block;
	padding: 20px 10px;
	color: #242829;
} */

/* .k .top-menu ul li a:hover {
	color: #1a1d1e;
} */

/* .k .top-menu ul li {
	display: inline-block;
} */

/* .k .top-menu ul li a {
	display: block;
	padding: 20px 10px;
	color: #10d8c4;
} */

.k .top-menu ul li a:hover {
	color: #e180f7;
}

ul {
	list-style: none;
}

.menu {
	width: 100%;
	height: 47px;
	margin: auto;
	background: linear-gradient(20deg, #e6c8ffcc, #b3e8f4c5, #b3fad8c3, #faf5b7c8, #f6c8d8df);
	text-align: center;
	transition: transform 0.9s ease;
	position: fixed;
	margin-top: -10px;
}

.menu a:hover {
	transform: scale(1.3);

}

.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: #f6bfecb2;
	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;
}

/* search box start */

.search-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 7px ;
	max-width: 400px;
	background: #a3fde5be transparent;
	border-radius: 30px;
	/* padding: 7px 5px; */
	box-shadow: 0 4px 10px rgba(2, 2, 2, 0.222);
  }
  
  .search-box input {
	flex: 1;
	/* margin-top: 2px; */
	justify-content: center;
	margin-right: 8px;
	align-items: center;
	border: none;
	outline: none;
	background: transparent;
	/* font-size: 18px; */
	/* padding: 5px; */
	font-family:'Tanha', sans-serif;
	direction: rtl; 
  }
  
  .search-box button {
	background: linear-gradient(20deg, #e6c8ffcc, #b3e8f4c5, #b3fad8c3);
	color: rgb(0, 0, 0);
	border: none;
	padding: 5px 10px;
	border-radius: 0 20px 0 20px;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family: 'Tanha', sans-serif;
	font-size: 14px;
  }
  
  .search-box button:hover {
	transform: scale(1.05);
    background: linear-gradient(90deg, #f6c8d8df,#faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
    /* color: #000; */
    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%; }
  }
  
  /* search box end */

  /* <!-- --------------------   محصولات جدید- ----------------------- --> */

.jadid {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: x-large;
	font-weight: 300;
}

.ok {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	border: #10d8c4 solid 3px;
	border-radius: 0 50px 0 50px;
	margin: 10px;
	padding: 10px;
	background-color: #f1f4f771;
}

.ok img {
	border-radius: 0 50px 0 50px;
	transition: transform 0.3s ease;
	box-shadow: 0 6px 10px rgba(0, 153, 138, 0.838);
}

.ok img:hover {
	transform: scale(1.25);
}

.logo {
	margin-top: 12px;
	margin-left: 15px;
}

.key {
	border-radius: 0 20px 0 20px;
	margin: 10px;
	width: 200px;
	padding: 15px;
	font-size: large;
	background-color: #10d8c47a;
	/* color: #000; */
	box-shadow: 0 6px 10px rgba(116, 116, 115, 0.838);
}

.mahsol {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	direction: rtl;
	flex-direction: column;
}

.moshahede {
	font-size: large;
	display: flex;
	text-align: center;
}

.key12 {
	margin: 30px 30px 0 30px;
	/* width: 400px; */
	padding: 20px 30px 20px 30px;
	border-radius: 0 20px 0 20px;
	font-size: medium;
	background: linear-gradient(20deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	/* color: #000; */
	box-shadow: 0 6px 10px rgba(116, 116, 115, 0.838);
	text-decoration: none;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	background-color: #00ffff;
	text-decoration: none;
	animation: neon-loader 1s infinite alternate;
}

.key12:hover {
	background-color: #e4fcfa;
	animation-play-state: paused;
	box-shadow: 0 0 10px #96fff3,
		0 0 30px #96fff3,
		0 0 60px #96fff3;
}

/* <!-- -------------------اسلاید سه تایی ------------------ --> */

.slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider {
	width: 400px;
	height: 300px;
	margin: 30px auto;
}

.slider:before {
	bottom: -40px;
	left: -40px;
	position: absolute;
	right: -40px;
	top: -40px;
	z-index: -1;
}

.slider:after {
	bottom: -24px;
	left: -24px;
	position: absolute;
	right: -24px;
	top: -24px;
	z-index: -1;
}

.slider li {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	position: absolute;
	flex-direction: row;
}

.slider input {
	display: none;
}

.slider label {
	background-color: rgb(54, 249, 239);
	background-image: linear-gradient(transparent, rgba(255, 254, 254, 0.25));
	border: 3.2px solid transparent;
	bottom: 8px;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 8px;
	left: 384px;
	opacity: 0;
	position: absolute;
	transition: .25s;
	width: 8px;
	visibility: hidden;
	z-index: 10;
}

.slider label:after {
	border-radius: 100%;
	bottom: -3.2px;
	box-shadow: inset 0 0 0 3.2px rgb(135, 255, 247),
		inset 0 2px 2px rgb(255, 255, 255),
		0 1px 1px hsla(0, 0%, 100%, .25);
	content: '';
	left: -3.2px;
	position: absolute;
	right: -3.2px;
	top: -3.2px;
}

.slider:hover label {
	opacity: 1;
	visibility: visible;
}

.slider input:checked+label {
	background-color: #fff;
}

.slider:hover li:nth-child(1) label {
	left: 8px;
}

.slider:hover li:nth-child(2) label {
	left: 8px;
}

.slider:hover li:nth-child(3) label {
	left: 56px;
}

.slider:hover li:nth-child(4) label {
	left: 80px;
}

.slider img {
	height: 300px;
	opacity: 0;
	transition: .25s;
	width: 400px;
	vertical-align: top;
	visibility: hidden;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 6px 10px rgba(39, 106, 99, 0.838);
}

.slider li input:checked~img {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

/* <!-- -------------------دسته بندی --------------------------- --> */

h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.grid-container {
	width: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-template-areas: "a s t"
		"j h p";
	gap: 10px;
	margin: 10px;
	padding: auto;
	border-radius: 0 50px 0 50px;
}

.grid-container div {
	text-align: center;
	border-radius: 0 50px 0 50px;
}

.pastili img {
	grid-area: a;
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px;
	transition: transform 0.3s ease;
	border-radius: 0 50px 0 50px;
	box-shadow: 0 6px 10px rgba(135, 140, 3, 0.838);
}

.pastili {
	background-color: #faf6b5c8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;
}

.pastili:hover {
	font-weight: bold;
	background-color: #f4ee7dee;
	animation-play-state: paused;
	box-shadow: 0 0 10px #fdfdfdb4,
		0 0 30px #fdfdfdb4,
		0 0 60px #fdfdfdb4;
}

.pastili img:hover {
	transform: scale(1.20);
}

.horuf img {
	grid-area: s;
	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(0, 133, 120, 0.838);
}

.horuf {
	background-color: #adf4dec8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;
}

.horuf:hover {
	font-weight: bold;
	background-color: #79eec9ec;
	animation-play-state: paused;
	box-shadow: 0 0 10px #fdfdfdb4,
		0 0 30px #fdfdfdb4,
		0 0 60px #fdfdfdb4;
}

.horuf img:hover {
	transform: scale(1.20);
}

.tablo img {
	grid-area: t;
	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(1, 102, 122, 0.838);
}

.tablo img:hover {
	transform: scale(1.20);
}

.tablo {
	background-color: #b5f8fac8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;
}

.tablo:hover {
	font-weight: bold;
	background-color: #72eff4e8;
	animation-play-state: paused;
	box-shadow: 0 0 10px #fdfdfdb4,
		0 0 30px #fdfdfdb4,
		0 0 60px #fdfdfdb4;
}

.tablo img:hover {
	transform: scale(1.20);
}

.javaher img {
	grid-area: j;
	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(116, 2, 151, 0.838);
}

.javaher img:hover {
	transform: scale(1.20);
}

.javaher {
	background-color: #eeb5fac8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;
}

.javaher:hover {
	font-weight: bold;
	background-color: #d375e6e8;
	animation-play-state: paused;
	box-shadow: 0 0 10px #fdfdfdb4,
		0 0 30px #fdfdfdb4,
		0 0 60px #fdfdfdb4;
}

.ayene img {
	grid-area: h;
	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(138, 2, 113, 0.838);
}

.ayene img:hover {
	transform: scale(1.20);
}

.ayene {
	background-color: #fab5dfc8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;
}

.ayene:hover {
	font-weight: bold;
	background-color: #f790cfed;
	animation-play-state: paused;
	box-shadow: 0 0 10px #fdfdfdb4,
		0 0 30px #fdfdfdb4,
		0 0 60px #fdfdfdb4;
}

.pingol img {
	grid-area: p;
	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(106, 39, 39, 0.838);
}

.pingol img:hover {
	transform: scale(1.20);
}

.pingol {
	background-color: rgba(250, 200, 181, 0.786);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 10px;
}

.pingol:hover {
	font-weight: bold;
	background-color: #f9b49ce8;
	animation-play-state: paused;
	box-shadow: 0 0 10px #fdfdfdb4,
		0 0 30px #fdfdfdb4,
		0 0 60px #fdfdfdb4;
}

/* <!-- --------------------پرفروش ------------------------- --> */

h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: x-large;
	font-weight: bolder;
}

.no {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	border: #10d8c4 solid 3px;
	border-radius: 0 50px 0 50px;
	margin: 10px;
	padding: 10px;
	background-color: #f1f4f771;
}

.hi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.no img {
	border-radius: 0 50px 0 50px;
	transition: transform 0.3s ease;
	box-shadow: 0 6px 10px rgba(0, 153, 138, 0.838);
}

.no img:hover {
	transform: scale(1.25);
}

.key {
	/* margin: 30px 30px 0 30px;
     width: 400px; 
    padding: 20px 30px 20px 30px; */
	/* border-radius: 10px; */
	font-size: medium;
	background: linear-gradient(20deg, #f6c8d8df, #faf5b7c8, #b3fad8c3, #b3e8f4c5, #e6c8ffcc);
	/* color: #000; */
	box-shadow: 0 6px 10px rgba(116, 116, 115, 0.838);
	text-decoration: none;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	border-radius: 0 20px 0 20px;
	background-color: #00ffff;
	text-decoration: none;
	animation: neon-loader 1s infinite alternate;
	font-family: 'Tanha', sans-serif;
	font-size: 14px;
	border: none;
}

.key:hover {
	background-color: #e4fcfa;
	animation-play-state: paused;
	box-shadow: 0 0 10px #96fff3,
		0 0 30px #96fff3,
		0 0 60px #96fff3;
}

.porforush {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	direction: rtl;
	flex-direction: column;
}

h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px;
	flex-direction: column;
}

.bebin {
	font-size: large;
	display: flex;
	text-align: center;
}

/* slide pastiliaaaaaaaaaaaaaaaaaa */

/* .slider-wrapper {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
}

.slider-container {
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.slider-track {
  display: flex;
  width: max-content;
  gap: 20px;
  scroll-snap-type: x mandatory;
}

.slide15 {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 200px;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.slide15 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 28px;
  padding: 10px;
  text-decoration: none;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
}

.left {
  left: -10px;
}

.rightt {
  right: -10px;
} */

/* .slide15 img {
	width: 200px;
	height: auto;
	border-radius: 0 50px 0 50px;
	transition: transform 0.3s ease;
}

.slide15 img:hover {
	transform: scale(1.15);
}

.pastel {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	font-weight: bold;
	color: #ff6f61;
	background: linear-gradient(135deg, #fcb69f, #ffdfd4);
	padding: 20px 40px;
	border-radius: 25px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	width: 300px;
} */


/* .pretty-slider {
	position: relative;
	width: 60%;
	height: 500px;
	max-width: 720px;
	margin: 40px auto;
	overflow: hidden;
	border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1); 
}

.slider-view {
	overflow-x: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.slider-track {
	display: flex;
	gap: 20px;
	scroll-snap-type: x mandatory;
	padding: 16px;
	height: 230px;
}

.sliide {
	flex: 0 0 auto;
	scroll-snap-align: start;
	width: 150px;
	height: 200px;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.3s ease;
	/* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
} 


.sliide:hover {
	transform: scale(1.05);
}

.sliide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 0 50px 0 50px;
	box-shadow: 2px 4px 8px rgba(116, 116, 115, 0.838);
}

.arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(135deg, #ff7eb3 0%, #ff758c 100%);
	color: white;
	font-size: 28px;
	padding: 10px 14px;
	text-decoration: none;
	z-index: 3;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease;
}

.arrow:hover {
	background: linear-gradient(135deg, #ff5f91, #ff3e7f);
}

.left {
	left: -20px;
}

.rightt {
	right: -20px;
} 


/* <!-- ---------------------- فوتر --------------------------- --> */

.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;
}

.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);
	/* justify-content: center;
	display: flex;
	align-items: center; */
}

.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;
}

.k {
	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;
}



























