@font-face{
	src:url("../fonts/KalamehWeb-Bold.woff2");
	font-family: "iranYekan";
}



*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	list-style: none;
	font-family: "iranYekan";
	
}
html{
	scroll-behavior: smooth;
}
body{
	overflow-x: hidden;
	background: var(--backgrund);	
}
.about-cafe{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.about-box{
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 30px;
}
.about-head h1{
	font-size: 4.5rem;
}
.about-caption p{
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 50px;
}
.about-btn{
	width: 100%;
	display: flex;align-items: center;
	justify-content: space-between;
}
.about-btn a{
	width: 48%;
	display: flex;align-items: center;
	justify-content: center;
	padding: 10px 15px ;
	background: var(--back-light-blue);
	border-radius: 12px;
	margin-top: 20px;
	color: var(--color-dark);
}
.about-text{
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: 4%;
}
.about-img{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5%;
}
.about-img img{
	width: 60%;
}
.catgoory{
	width: 100%;
	height: 130px;
	max-height: 130px;
	background: var(--backgrund);
	display: flex;
	align-items: center;
	justify-content: space-around;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	gap:10px;
	
}
.catgoory a{
	color: var(--color-dark);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 8px;	
	transition: all .5s ease;
	text-align: center;
}
.catgoory a .item-catgoory{
	height: 120px;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
	text-align: center;
	border-radius: 8px;
	background-color: var(--back-light-blue);
	transition: all .5s ease;
}
.catgoory a .item-catgoory:hover{
	height: 120px;
	max-width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px;
	background-color: var(--back-btn);
	border-radius: 8px;
	text-align: center;
}
.catgoory a .item-catgoory .cat-img{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}
.catgoory a .item-catgoory .cat-img img{
	width: 80px;
	
}
.catgoory a .item-catgoory .cat-name{
	display: flex;
	align-items: center;
	justify-content: center;
}
.catgoory a .item-catgoory .cat-name h2{
font-size: 16px;
	font-weight: 300;
}

.menus{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 50px;
}
.menus .menu-slider{
	width: 22vw;
	height: calc(100vh - 250px);
	min-height: 600px;
	max-height: 700px;	
	display: flex;
	justify-content: center;
    align-items: center;
	flex-direction: column;
}
.cat-name{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
}
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      	display: flex;
      	align-items: center;
      	justify-content: center;
		border-radius: 12px;
      	font-size: 22px;
      	font-weight: bold;
      	color: #fff;
		background: var(--back-light-blue);
		gap:15px;
    }

.slide-viwe{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	
}
.slide-viwe .pro-img{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	top: 0;
}
.slide-viwe .pro-img img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	
}
.slide-viwe .pro-name {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	width: 95%;
}
.slide-viwe .pro-name h2{
	color: var(--color-dark);
	font-size: 26px;
	font-weight: 400;
}

.slide-viwe .pro-caption{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 10px;
	width: 95%;
}

.slide-viwe .pro-caption p{
	color: var(--color-dark);
	font-size: 16px;
	font-weight: 200;
}
.slide-viwe .pro-price{
display: flex;
	align-items: center;
	justify-content: space-between;
	width: 95%;
	margin-top: 20px;
}

.slide-viwe .pro-price p{
	color: var(--color-dark);
}

.top-clasic{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.fasel{
	width: 100%;
	height: 170px;
	background-image: url("../img/638cf459a3889.jpeg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.clasic-cat-name{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}
.clasic-cat-name{
	color: var(--back-btn);
}
.khat{
	width: 35%;
	height: 4px;
	border-radius: 2px;
	background: var(--back-btn);
}
.clasic{
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

 .clasic-product{
	width: 31%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 17vh;
	background: transparnt;
	margin-top: 5vh;
	padding: 0px 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.clasic-box{
	display:flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	height: 12vh;
	border-radius: 15px;
	background: var(--back-light-blue);
	filter: drop-shadow(var(--boxshadow3));
	transition: all .5s ease;
	
}
.clasic-product:hover .clasic-box{
	
	background: var(--back-btn);
	
	
}
.clasic-img{
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.clasic-img  img{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	
}

.clasic-text{
	width: 60%;
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.clasic-name{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	height: 50%;
}
.clasic-name h2{
	font-size: 25px;
	color: var(--color-dark);
}
.clasic-price{
	width: 90%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 50%;
}
.clasic-price p{
	font-size: 18px;
	font-weight: 400;
	color: var(--color-dark);
}
.plusbox{
	width: 31%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: var(--back-light-blue);
	border-radius: 12px;
	margin-top: 15px;
}
.plusimg{
	width: 35%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.plusimg img{
		width: 100%;
	border-radius: 0 12px 12px 0;
}
.plus-text{
	width: 65%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-right: 15px;
	justify-content: space-between;
	align-items: flex-start;
}
.plus-name{
	width: 100%;
	height: 31%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.plus-capition{
	width: 100%;
	height: 31%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.plus-capition p{
	 overflow: hidden; 
   text-overflow: ellipsis; 
   display: -webkit-box; 
   -webkit-line-clamp: 1; /* number of lines to show */  
  -webkit-box-orient: vertical;
}
.plus-btn{
	width: 100%;
	height: 31%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5%;
}
.plus-pr{
	width: 48%;
	text-align: center;
}

.plus-a{
	width: 48%;
	padding: 10px 12px;
	background: var(--color-dark);
	color: var(--back-btn);
	justify-content: center;
	align-items: center;
	transition: all 300ms ease;
		border-radius: 12px;
	display: flex;
}

.plus-a a{
	width: 100%;
	height: 100%;
	color: var(--back-btn);
	display: flex;
	justify-content: center;
	align-items: center;
}

.food-list{
	width: 100%;
	display: flex;
	flex-direction: column;
	column-gap: 10px;
	grid-gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.img-fasele{
	width: 100%;
	height: 230px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.daste-name{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	scroll-margin-top: 210px;
}
.my-dast{
	color: var(--color-light);
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.khat-daste{
	width: 30%;
	border-bottom: 1px dashed var(--color-light);
	border-top: 1px dashed var(--color-light);
	height: 5px;
}
.list-food{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	grid-gap: 15px;
}
.item-f{
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--text);
	border-radius: 7px;
	padding: 5px;
	width: 32%;
	flex-direction: column;	
	color: var(--color-dark);
	scroll-margin-top: 210px;
}
.top-item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.img-item{
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-item img{
	width: 100%;
	border-radius: 7px;
}
.text-item{
	width: calc(100% - 110px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 10px;
}
.name-item p{
	font-size: 18px;
	font-weight: 400;
}
.cap-item p{
	font-size: 12px;
	font-weight: 400;
}
.khat-o{
	width: 90%;
	height: 5px;
	border-top:1px dashed var(--color-dark);
	margin-top: 10px;
	margin-bottom: 5px;
}
.bottom-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px ;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.btn-item{
	padding: 10px 45px ;
	background: var(--backgrund);
	border-radius: 10px;
	transition: .5s;
	color: var(--color-light);
}
.item-f:hover .bottom-item .btn-item{
	background: var(--back-btn);
}

	.food{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 20px;
		direction: rtl;
	}
	.right-food{
		width: 40%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 50px;
		padding-top: 50px;
	}
.food-img {
		display: flex;
	align-items: center;
	justify-content: center;
	}
	.food-img img{
		border-radius: 15px;
		width: 90%;
	}
	.left-food{
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom: 15px;
		padding-top: 15px;
		grid-gap: 20px;
	}
	.capition-food{
			width: 90%;
		max-height: 180px;
		overflow: scroll;
		display: flex;
		flex-direction: column;
		grid-gap: 5px;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 15px;
		text-align: justify;
	}
	.mohtava{
		width: 90%;
		display: flex;
		flex-direction: column;
		grid-gap: 5px;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 15px;
	}
	.mohtava-text p{
		font-size: 18px;
		font-weight: 500;
	}
	.mohtava-item{
	width: 100%;
	overflow-x: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	padding-bottom:10px;
	text-align: right;
	direction: rtl;
	}
	.m-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 3px 13px;
	background: var(--text);
	border-radius: 7px;
	color: var(--color-dark);
	transition: all .3s ease;
	}
	.m-item:hover{
		background: var(--back-btn);
	}
	.m-item img{
		width: 50px;
		
	}
	.m-item p{
	font-size: 12px;
	font-weight: 500;
	}
	.size-food{
		width: 90%;
		display: flex;
		flex-direction: column;
		grid-gap: 5px;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 15px;
	}
	.form-food{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.size{
		width: 98%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 7px 14px;
		border-radius: 7px ;
		background: var(--text);	
		column-gap: 0;
		grid-gap: 10px;
		transition: all .5s ease;
	}
	.size:hover{
		background: var(--back-btn);
	}
	.size-text{
		width: 100%;display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px dashed var(--color-dark);	
	}
	.b-size{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.btn-s{
		background:  var(--backgrund);
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 20%;
		height: 40px;
	}
	.input-s{
		background: var(--backgrund);
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60%;
		height: 40px;
		text-align: center;
	}
	.size-food1{
		background-color: var(--text);
		width: 90%;
		display: flex;
		flex-direction: row;
		grid-gap: 5px;
		justify-content: space-between;
		align-items: center;
		padding-right: 15px;
		border-radius: 7px;
		padding-bottom: 10px ;
		padding-top: 10px;
		padding-left: 15px;
	}
	.size-food1 p{
		font-size: 17px ;
		font-weight: 500;
	}
	.btn-sabt{
		padding: 7px 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 5px;
		background: var(--back-btn);
		font-size: 17px;
		font-weight: 400;
		
	}
	
	
@media only screen and (max-width:1500px){
	.menus{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 50px;
}
.menus .menu-slider{
	width: 25vw;
	height: calc(100vh - 250px);
	min-height: 550px;
	max-height: 650px;	
	
}
	 .swiper-slide {
      	
	}
	.slide-viwe .pro-img{
	width: 25vw;
	height: 25vw;
	top: 0;
}
}
@media only screen and (max-width:1300px){
	.menus{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
}
.menus .menu-slider{
	width: 35vw;
	height: calc(100vh - 250px);
	min-height: 550px;
	max-height: 550px;	
	margin-top: 40px;
}
	 .swiper-slide {
      	border-radius: 12px;
	}
	.slide-viwe .pro-img{
	width: 30vw;
	height: 30vw;
	top: 0;
}
}

@media only screen and (max-width:1200px){
	.item-f{
		width: 49%;
	}
	.plusbox{
		width: 48%;
	}
	.clasic-product{
		width: 48%;
		height: 20vh;
		min-height: 170px;
	}
	.clasic-box{
		height: 15vh;
		min-height: 120px;
	}
	.clasic-img{
		min-height: 100%;
		width: height;
	}
	.clasic-img img
	{
		min-height: 100%;
		width: 100%;
	}
}
@media only screen and (max-width:1100px){
	.right-food{
		width: 100%;
		justify-content: center;
	}
	.left-food{
		width: 100%;
		justify-content: center;
	}
	.food{
		flex-wrap: wrap;
	}
	.food-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.food-img img{
		border-radius: 15px;
		width: 70%;
	}

	.capition-food{
			width: 98%;
		display: flex;
		flex-direction: column;
		grid-gap: 5px;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 15px;
		text-align: justify;
	}
	.mohtava{
		width: 98%;
		display: flex;
		flex-direction: column;
		grid-gap: 5px;
		justify-content: center;
		align-items: flex-start;
		padding-right: 15px;
	}
	.mohtava-text p{
		font-size: 18px;
		font-weight: 500;
	}
	.mohtava-item{
	width: 100%;
	overflow-x: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	padding-bottom:10px;
	text-align: right;
	direction: rtl;
	}
	.m-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 3px 13px;
	background: var(--text);
	border-radius: 7px;
	color: var(--color-dark);
	transition: all .3s ease;
	}
	.m-item:hover{
		background: var(--back-btn);
	}
	.m-item img{
		width: 50px;
		
	}
	.m-item p{
	font-size: 12px;
	font-weight: 500;
	}
	.size-food{
		width: 98%;
		display: flex;
		flex-direction: column;
		grid-gap: 5px;
		justify-content: flex-start;
		align-items: flex-start;
		padding-right: 15px;
	}
	.form-food{
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		grid-gap: 10px;
	}
	.size{
		width: 98%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 7px 14px;
		border-radius: 7px ;
		background: var(--text);	
		column-gap: 0;
		grid-gap: 10px;
		transition: all .5s ease;
	}
	.size:hover{
		background: var(--back-btn);
	}
	.size-text{
		width: 100%;display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px dashed var(--color-dark);	
	}
	.b-size{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.btn-s{
		background:  var(--backgrund);
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 20%;
		height: 40px;
	}
	.input-s{
		background: var(--backgrund);
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60%;
		height: 40px;
		text-align: center;
	}
	.size-food1{
		background-color: var(--text);
		width: 98%;
		display: flex;
		flex-direction: row;
		grid-gap: 5px;
		justify-content: space-between;
		align-items: center;
		padding-right: 15px;
		border-radius: 7px;
		padding-bottom: 10px ;
		padding-top: 10px;
		padding-left: 15px;
		margin-right: 1%;
	}
	.size-food1 p{
		font-size: 17px ;
		font-weight: 500;
	}
	.btn-sabt{
		padding: 7px 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: none;
		border-radius: 5px;
		background: var(--back-btn);
		font-size: 17px;
		font-weight: 400;
		
	}
	
	
	
	.plusbox{
		width: 45%;
	}
	.clasic-product{
		width: 45%;
		height: 20vh;
		min-height: 170px;
	}
	.clasic-box{
		height: 15vh;
		min-height: 120px;
	}
		.clasic-img{
		width: 35%;
	}
	.list-food{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	grid-gap: 15px;
}
}
@media only screen and (max-width:850px){
	.item-f{
		width: 95%;
	}
	.clasic{
		justify-content: center;
	}
	.plusbox{
		width: 75%;
	}
	.clasic-product{
		width: 75%;
		height: 20vh;
		min-height: 170px;
	}
	.clasic-box{
		height: 15vh;
		min-height: 120px;
	}
		.clasic-img{
		width: 35%;
	}
	.menus{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 20px;
}
.menus .menu-slider{
	width: 50vw;
	height: calc(100vh - 250px);
	min-height: 550px;
	max-height: 550px;	
	margin-top: 40px;
}
	 .swiper-slide {
      	border-radius: 12px;
	}
	.slide-viwe .pro-img{
	width: 38vw;
	height: 38vw;
	top: 0;
}
	.slide-viwe .pro-price{
display: flex;
	align-items: center;
	justify-content: space-between;
		flex-direction: column;
		gap:15px;
	width: 95%;
	margin-top: 20px;
}
}
@media only screen and (max-width:500px){
	.plusbox{
		width: 95%;
	}
	.clasic-product{
		width: 95%;
		height: 20vh;
		min-height: 170px;
		
	}
	.clasic-box{
		height: 15vh;
		min-height: 120px;
	}
		.clasic-img{
		width: 45%;
	}
	.clasic-text{
		width: 50%;
	}
	.menus{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 20px;
}
.menus .menu-slider{
	width: 70vw;
	height: calc(100vh - 250px);
	min-height: 550px;
	max-height: 550px;	
	margin-top: 40px;
}
	 .swiper-slide {
      	border-radius: 12px;
	}
	.slide-viwe .pro-img{
	width: 52vw;
	height: 52vw;
	top: 0;
}
	.slide-viwe .pro-price{
display: flex;
	align-items: center;
	justify-content: space-between;
		flex-direction: column;
		gap:15px;
	width: 95%;
	margin-top: 20px;
}
}
@media only screen and (max-width:400px){
	.menus{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 20px;
}
.menus .menu-slider{
	width: 90vw;
	height: calc(100vh - 250px);
	min-height: 550px;
	max-height: 550px;	
	margin-top: 40px;
	padding: 10px 30px;
}
	 .swiper-slide {
      	border-radius: 12px;
	}
	.slide-viwe .pro-img{
	width: 60vw;
	height: 60vw;
	top: 0;
}
	.slide-viwe .pro-price{
display: flex;
	align-items: center;
	justify-content: space-between;
		flex-direction: column;
		gap:15px;
	width: 95%;
	margin-top: 20px;
}
}