/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* BASIC SETUP */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    /* background-color: #fff; */
    color: #555;
    /* font-family: 'Ordibehesht'; */
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    font-family:sans-serif;
}
/* 
@font-face {
    font-family: 'Ordibehesht';
    src: url('fonts/Ordibehesht.TTF')  format('ttf')
} */

.clearfix {zoom: 1}
.clearfix {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,500&display=swap');

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* REUSABLE COMPONENTS */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 80px 0;
}

.box {
    padding: 1%;
}

/* ---------- HEADINGS ---------- */

h1,
h2,
h3 {
   
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    letter-spacing: 1px;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

/* ---------- PARAGRAPHS ---------- */

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.box p {
    font-size: 90%;
    line-height: 145%;
}

/* ---------- ICONS ---------- */

.icon-big {
    font-size: 350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.menu1-btn {
    float: left;
    list-style: none;
    margin-left: 10px;
}

.ion-navicon {
    font-size: 50px;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* HEADER */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


header {
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: #292929;   /*FFb35c*/
    box-shadow: 0 2px 5px #353535;
    font-size: 40px;
    z-index: 9999;
}

.ah {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/image-background.png); */
    background-repeat: no-repeat;
    box-shadow: 0px 2px 4px #3a3a3a;
    background-size: cover;
    background-position: center;
    height: 50vh;
    /*background-attachment: fixed;*/
    
}

.logo {
    margin-top: 10px;
    height: 50px;
    width: auto;
    float: right;
    margin-right: 10px;
}

.logo-black {   
    display: none;
    height: 50px;
    width: auto;
    float: right;
    margin: 5px 0;
}



.khate-zir-header {
    display: block;
    height: 3px;
    background-color: #e67e22;
    content: " ";
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
    box-shadow: 0 2px 20px #585858;

} 


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*FEATURES */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


.btn-meme {
    border-radius: 40px;
    float: center;
    width: 98%;
    height: 200px;
    /* background-color: #ffffff; */
    color: #000000;
    font-size: 80px;
    text-align: center;
    text-decoration: none;
    margin-left: 1%;
    margin-right: 1%;
    background-clip: content-box;
}


span {
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, #FFD700 0%, #DAA520 26%, #D4AF37 35%, rgba(163,126,67,1) 45%, #996515 61%, #FFD700 100%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
	margin: 0;
}

span:after {
    background: none;
    content: attr(data-heading);
    left: 0;
	top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
		-1px 0 1px #c6bb9f, 
		0 1px 1px #c6bb9f, 
		5px 5px 10px rgba(0, 0, 0, 0.4),
		-5px -5px 10px rgba(0, 0, 0, 0.4);
}


.change-btn {
    width: 70px;
    height: 70px;
    margin-top: 88vmax;
    margin-left: 15px;
    text-align: center;
    padding-top: 13px;
    position: fixed;
    font-size: 33px;
    z-index: 9999;
    /* background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, #FFD700 0%, #DAA520 26%, #FFD700 35%, #DAA520 45%, #FFD700 61%, #FFD700 100%);  */
    background-color: #DAA520;
    /* box-shadow: 0 2px 2px #ffc32c; */
    box-shadow: 0px 10px 20px 5px #daa5203f;
    border-radius: 100px;
    background-image: url(../img/translate.png);
    background-size: 55px;
    background-position: center;
    background-repeat: no-repeat;
}

.b {
    text-decoration: none;
}


.aks {
    border-radius: 250px;
    height: 100%;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    float: left;

}

.aks img {
    border-radius: 250px;
    margin-top: 40px;
    margin-left: 20px;
    height: 130px;
    width: 130px;
    border: 2px;
    border: 3px solid rgb(58, 58, 58);
    box-shadow: 0 2px 5px rgb(58, 58, 58); 

}

.zir-header {
    width: 90%;
    background-attachment: fixed;
    list-style: none;
    margin-top: 20px;
    max-height: 600px;
    /* box-shadow: 0 2px 5px #8d8d8d; */
    background-size: contain;
    padding: 0;
    /* border-top: 3px solid #e67e22;
    border-bottom: 3px solid #e67e22; */


}    
/* 
.khate-zir-header {
    display: block;
    height: 6px;
    background-color: #e67e22;
    content: " ";
    width: 90%;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
}  */

.food-kind {
    text-align: center;
    font-size: 50px;
    font-weight: 949;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000000;
    font-family: 'Raleway', sans-serif;
}
/* 
.food-kind::after {
    display: block;
    height: 6px;
    background-color: #e67e22;
    content: " ";
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 16px;
    text-align: center;
}  */

.info-main {
    /* font-family: Ordibehesht; */
    font-family: sans-serif;
    width: 50%;
    font-size: 19px;
    float: right;
    font-weight: 949;
    margin-right: 25px;
    margin-top: 20px;
    text-align: left;
}

.info-sub {
    font-family: 'Raleway', sans-serif;

    width: 50%;
    font-size: 15px;
    margin-top: 10px;
    float: right;
    margin-right: 25px;
    text-align: left;
}

.info-sub::after {
    display: block;
    height: 2px;
    /* background-color: #e67e22; */
    content: " ";
    width: 100%;
    margin: 0 auto;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-cost {
    font-size: 20px;
    width: 50%;
    font-family: 'Lato', Arial, sans-serif;
    float: right;
    text-align: right;
    margin-right: 25px;
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* FOOTER */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


.monhani {
    height: 30px;
    border-radius: 100% /10% 10% 0 0;
    background: #292929;
    padding-bottom: 100px;
    margin-top: 0;
}

footer {
    background-color: #333;
    padding-top: 20px;
    font-size: 140%;
    margin-top: 55px;
}

.footer-nav {
    list-style: none;
    float: left;
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 80px;
}

.web-ad {
    font-size: 80%;
}

.copy {
    font-size: 40px;
}

ul {
    list-style: none;
}

.main {
    padding-top: 20px;
}



/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* ANIMATIONS */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.js--wp-1 {
    opacity: 0;
}

.js--wp-1.animated {
    opacity: 1;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* MEAL-KIND */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.meal-kind {
    padding-bottom: 60px;
    padding-top: 25px;
}

.btn {
    text-decoration: none;
    border: 2px solid #efefef;
    background-color: #efefef;
    font-size: 80px;
    text-align: center;
    color: #6d6d6d;
    padding-top: 25px;
}

.res-name {
    display: block;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 100px;
    background-color: #ebab34;
    color: #ffffff;
    /* box-shadow: 0 22px 61px #ffffff inset; */
    font-size: 40px;
    border-radius: 30px;
    border: 10px solid  #ffffff;
    /* background-clip: content-box; */
    padding: 10px;   
     
} 

.res-name p {
    margin-bottom: 20px;
}

.full-menu p {
    margin-top: 10px;
}


.location p {
    margin-top: 15px;
}


.a-btn {
    text-decoration: none;
    color: #DAA520;
    /* margin-top: 23px; */
    height: 10px;
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
}

.b-btn {
    margin-top: 10px;
}

.btn-ME {
    float: right;
}

.btn-TXT {
    float: left;
}

.icon {
    font-size: 50px;
    vertical-align: middle;
    /* color: #e67e22; */
}


.full-menu-btn {
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 100px;
    background-color: #ffffff;
    color: #3f3f3f;
    border: 0;
    box-shadow: 0 2px 6px #ffffff;
    font-size: 40px;
    border-radius: 30px;
    padding: 10px;
}


.full-menu {
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/back-customers.jpg); */
    background-color: #efefef;
    background-size: cover;
    color: white;
    background-attachment: fixed;
    padding-bottom: 90px;

}

.location {
    background-image: /* linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), */ url(img/map.jpg);
    background-color: #ffffff;
    background-size: cover;
    color: white;
    background-attachment: fixed;
    padding-bottom: 90px;

}

.more-info {
    max-width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 20px;
    opacity: 80%;
    
}

.more-info-text {
    padding-top: 30px;
    max-width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 20px;
    text-align: center;
    font-size: 30px;
}

.t-ezafe {
    padding-top: 60px;
    background-color: #efefef;
}

/* animated logo */
 

#menuToggle
{
  display: block;
  position: relative;
  top: 24px;
  left: 10px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: #e67e22;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #5c5c5c;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #5c5c5c;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 1600%;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  padding-bottom: 1600px;
  background: #efefef;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* f-images */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.p1 {
    height: 200px; position: absolute; top: 605px; left: 0px;
}

.p2 {
    height: 200px; position: absolute; top: 870px; right: 0px;
}

.p3 {
    height: 200px; position: absolute; top:1000px; left: -30px;
}

.p4 {
    height: 200px; position: absolute; top: 1185px; right: 0px;
}

.p5 {
    height: 150px; position: absolute; top: 1400px; left: -10px;
}

.p6 {
    height: 230px; position: absolute; top: 1675px; right: 0px;
}

.p7 {
    height: 220px; position: absolute; top: 1975px; left: 0px;
}

