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


html,
body {
    /* background-color: #fff; */
    color: #555;
    /* font-family: 'Ordibehesht'; */
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

@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');

@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;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* 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: #ffffff;   FFb35c*/
    /* box-shadow: 0 2px 5px #c8c8c8; */
    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.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.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 */
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

.section-features {
    padding-bottom: 50px;
}

.section-features .long-copy {
    margin-bottom: 30px;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* 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;
}



/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* 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;
}

.btn-meme:link,
.btn-meme:visited {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 90px;
    /* background-color: #f0cf56; */
    border: 0;
    /* box-shadow: 0 2px 6px #efefef; */
    /* color: #3f3f3f; */
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-size: 30px;
    border-radius: 25px;

}

.cc {
    font-family: sans-serif;
}

/* .btn-meme span{
    letter-spacing: 5px;
    background-image: linear-gradient(
     to right,
     #d4af37 0,
     #cb9b51 22%, 
     #f6e27a 45%,
     #f6f2c0 50%,
     #f6e27a 55%,
     #cb9b51 78%,
     #d4af37 100%
     );
    color:transparent;
    -webkit-background-clip:text;
  
 }*/
/* 
.btn-meme span {
    color: #D5AD6D; 
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */


.btn-meme {
	background: radial-gradient(ellipse at center, #251d00 0%,#000000 100%);
	height: 100%;
}

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);
}


.btn-meme:hover,
.btn-meme:active {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 90px;
    /* background-color: #efefef; */
    /* color: #3f3f3f; */
    font-size: 30px;
    border-radius: 25px;

}

.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;
}

.change-btn a{
    color: #000000;
    text-decoration: none;
    font-family: 'Playfair Display', serif;
    font-weight:900;

}


.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;   
    font-family: 'Playfair Display', serif;     
} 

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

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


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

.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; */
    padding-bottom: 90px;

}

.location {
    background-image:  linear-gradient(#44310077, #000000b7),  url(../img/image-map.jpg);
    /* background-color: #ffffff; */
    background-size: cover;
    /* color: white; */
    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: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 20px;
    text-align: center;
    font-size: 25px;
    line-height: 37px;
}

.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: 1350%;
  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;
  text-align:center;
}

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

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