/*========================================================
	Main Style CSS for Beirut Palace 2024
=========================================================*/

/* colors */
:root {
    --white: #fff;
    --black: #231F20;
    --green: #078344;
    --red: #DA3D07;
}

/*========================================================
										RESET
=========================================================*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, abbr, address, em, img, sub, sup, dl, dt, dd, ol, ul, li, form, label, legend, caption, article, aside, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
}

ol, ul {
list-style: none;
}

a {
text-decoration: none;
color: inherit;
}

*:focus {outline: none;}
* {box-sizing: border-box;}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
   background: var(--white);
   font-family: 'Port Lligat Slab', sans-serif, arial;
	 font-weight: 400;
	 color: #000;
	 font-size: 21px;
}
h1{
  font-size: 2.875rem;
  line-height: 1.2;
}

h2, h3, h4, h5, h6 {
  font-size: 2.3rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mitr', sans-serif, arial;
    text-transform: uppercase;
    font-weight: 600;
}

li {
   list-style-type: none;
}

a {
   text-decoration: none;
}

.clear {
   clear: both;
}

/*=======================================================
                       Main Layout
=========================================================*/
.bodyFrame {
	max-width: 100%;
	margin: 0 auto;
}

.company {
    border-bottom: 1px solid #ccc;
}

.boxes {
    float: left;
    display: flex;
    height: 96px;
}

.one {
    justify-content: flex-start;
    align-items: center;
    width: 25%;
}

.one img {
    width: 14rem;
    display: block;
    margin: 0 auto;
}

.two {
    justify-content: center;
    align-items: center;
    width: 50%;
}

.three {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    width: 25%;
}

.two img {
    width: 120px;
}

.navFrame {
  width: 100%;
  margin: 0 auto;
  background: var(--white);
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 96px;
  border-bottom: 1px solid #83736e;
}
.sociIcons{
  display: flex;
  justify-content: space-between;
    margin-right: 20px;
}
.sociIco{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #613e3d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sociIco:hover{
  background: #DA3D08;
}
.sociIco img{
  width: 48%;
}
.sociIco:nth-child(1){
  margin-right: 5px;
}
.menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu ul li.mlinks {
    display: inline-block;
}

.menu ul li.mlinks a,
.menu ul li.speclink a {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    margin-left: 60px;
    font-family: 'Mitr', sans-serif, arial;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
}

.menu ul li.mlinks a:hover {
    color: #DA3D08;
}

.menu ul li.speclink a {
    background: #da3d08;
    padding: 5px 15px;
    color: var(--white);
    font-weight: 500;
    border-radius: 5px;
}
.menu ul li.mspeclink {
    display: none;
}
/*========================================================
	NAVIGATION
=========================================================*/

.menu ul li.mlogo,
.menu ul li.mphone,
.menu ul li.mhours,
.menu ul li.maddress,
.menu ul li.msocial,
.smobitrigger,
.mnuclose,
.icoMob,
.telMob,
.locMob {
	display: none;
}

/*========================================================
	CONTENT
=========================================================*/
.pageFull {
   width: 100%;
   margin: 0 auto;
}
.pageSize {
    width: 92%;
    margin: 0 auto;
}
.topi {
    margin-top: 96px;
}
.pageTop {
    width: 92%;
    margin: 0 auto;
}

/*========================================================
	Buttons
=========================================================*/
.orngBtn {
	display: inline-block;
	border-radius: 5px;
	padding: 18px 52px;
	background: var(--green);
	color: var(--white);
  font-family: 'Mitr', sans-serif, arial;
	font-size: 21px;
	line-height: 17px;
	text-align: center;
  text-transform: uppercase;
}
.orngBtn:hover {
	background: var(--red);
	color: var(--white);
}
.banrBtn {
	display: inline-block;
	border-radius: 5px;
	padding: 20px 55px;
	background: var(--green);
	color: var(--white);
  font-family: 'Mitr', sans-serif, arial;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
  text-transform: uppercase;
}
.banrBtn:hover {
	background: var(--red);
	color: var(--white);
}
.locatBtn {
	display: inline-block;
	border-radius: 5px;
	padding: 20px 55px;
	background: #B0D224;
	color: #613e3d;
  font-family: 'Mitr', sans-serif, arial;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.locatBtn span {
    display: block;
    font-size: 13px;
}
.locatBtn:hover {
	background: var(--red);
	color: var(--white);
}

/*========================================================
	BANNER INDEX
=========================================================*/
.banrIndex{
  background: url(../images/index/index-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  text-align: center;
  padding: 110px 0;
  color: var(--white);
}
.banrFirst{
  font-family: 'Chewy', sans-serif, arial;
  font-size: 29px;
  line-height: 1.3;
}
.banrCent h1{
  font-size: 100px;
  line-height: 90px;
  margin: 50px 0 20px;
}
.banrCent h1 ~ p{
  font-size: 21px;
  line-height: 1.4;
}
.banrCent h1 span{
  display: block;
  font-size: 60px;
}
.banrBtnPlace{
  margin-top: 45px;
}

/*========================================================
	pepperSec Index
=========================================================*/
.pepperSec{
  margin-top: -128px;
  background: url(../images/index/ornament-new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 250px 0 120px;
  position: relative;
}
.peppersImg {
    position: absolute;
    right: 0;
    top: -50px;
    width: 326px;
}
.pepTitle{
  text-align: center;
  margin-bottom: 70px;
}
.pepNoMarg{
  margin-bottom: 0;
}
.hat{
  width: 62px;
}
.moustTitle{
  display: flex;
  justify-content: center;
  align-items: center;
}
.moustTitle img{
  width: 54px;
  height: 32px;
}
.moustp {
  margin: 0 5px;
  font-family: 'Chewy', sans-serif, arial;
  font-size: 29px;
  line-height: 1.5;
  color: #b0d225;
    text-transform: capitalize;
}
.moustTitle p {
	margin: 0 5px;
	font-family: 'Chewy', sans-serif, arial;
	font-size: 29px;
	line-height: 1.5;
	color: #EC1C24;
}
.pepTitle h2{
  color: var(--black);
  font-size: 48px;
  line-height: 1.2;
}
.pep3Wrap{
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.pep3Box{
  width: 370px;
  height: 370px;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: var(--white);
}
.pep3Box1{
  background-image: url(../images/index/tawook.png);
}
.pep3Box2{
  background-image: url(../images/index/hommous.png);
}
.pep3Box3{
  background-image: url(../images/index/shawarma.png);
}
.pep3BoxIns{
  padding: 28px 0 40px;
}
.birds{
  width: 60px;
  margin-bottom: 20px;
}
.cursP{
  font-size: 29px;
  line-height: 1;
}
.pepBig{
  font-size: 60px;
  line-height: 1;
  margin-bottom: 15px;
}
.pepBig:hover{
  color: var(--red);
}
.pepBig,
.titPrice,
.uppCase,
.pepBig2,
.pepSmall,
.burPrice,
.threeP span,
.threeLink{
  font-family: 'Mitr', sans-serif, arial;
}
.cursP,
.cursP2,
.cursP3,
.parSectCurs,
.hotCurs,
.burCurs{
  font-family: 'Chewy', sans-serif, arial;
}
.pepBig,
.titPrice,
.uppCase,
.pepBig2,
.pepSmall{
  text-transform: uppercase;
}
.pepPriceRect{
  border: 2px solid var(--white);
  border-radius: 20px;
  padding: 10px;
  max-width: 140px;
  margin: 0 auto;
}
.pepPriceRect p span{
  display: block;
  font-weight: 700;
  font-size: 26px;
}
.pepPriceRect p{
  font-size: 19px;
}
.greenIcons{
  height: 20px;
  margin-bottom: 40px;
}
.grandAzteca{
  font-family: arial;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  text-transform: capitalize;
}

.boxIns2{
  padding: 45px 30px;
}
.titPrice{
  font-size: 46px;
  line-height: 0.7;
  color: #613e3d;
}
.titPrice:hover{
  color: #b0d225;
}
.titPrice span{
  color: #DC3A01;
}
.titPrice span sup{
  font-size: 36px;
}
.cursP2{
  font-size: 33px;
  color: #DC3A01;
}
.titPrice,
.cursP2{
  text-align: left;
}
.uppCase{
  font-size: 16px;
  line-height: 1;
  margin-top: 190px;
  color: #f7931d;
}

.boxIns3{
  padding: 45px 0 0;
}
.cursP3{
  font-size: 29px;
  max-width: 160px;
  margin: 0 auto 20px;
}
.pepBig2{
  font-size: 62px;
  line-height: 1;
}
.pepSmall{
  font-size: 16px;
}
.pepperIcon{
  width: 100px;
  margin: 10px 0;
}

/*========================================================
	parSect Index
=========================================================*/
.parSectWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.parSectLeft{
  width: 46%;
  position: relative;
}
.parPriceFig{
  width: 250px;
  height: 250px;
  position: absolute;
  top: 90px;
  left: 20px;
  background-image: url(../images/index/price-fig.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parPrice {
	font-size: 80px;
	line-height: 0.7;
	color: var(--white);
}
.parPrice sup{
  font-size: 36px;
}
.parPrice span{
  display: block;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 10px;
}
.parSectLeft img{
  width: 100%;
}
.parSectRight{
  width: 49%;
  display: flex;
  align-items: center;
}
.parSectCurs{
  font-size: 29px;
  color: var(--red);
  margin-bottom: 15px;
}
.parSectRight h2{
  font-size: 72px;
  line-height: 1;
  color: var(--black);
  margin: 10px 0 25px;
}
.parSectRight h2 ~ p{
  color: var(--black);
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 50px;
}

/*========================================================
	hotSect Index
=========================================================*/
.hotSect{
  padding: 160px 0;
  background-image: url(../images/index/vegetarian-falafel-big.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: var(--white);
}
.hotWrap{
  max-width: 800px;
  margin: 0 auto;
}
.hotCurs{
  color: var(--white);
  font-size: 29px;
  line-height: 1;
}
.greenIcons3{
  margin: 20px 0 30px;
}
.hotSect h2{
  font-size: 72px;
  line-height: 1;
  margin-top: 30px;
}
.hotSect h2 ~ p{
  font-size: 21px;
  line-height: 1.3;
  margin: 25px 0 55px;
}

/*========================================================
	burSect Index
=========================================================*/
.burSect{
  padding: 385px 0;
  background-image: url(../images/index/tabouleh-salad.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-top: -30px;
}
.burLeft{
  width: 46%;
  text-align: left;
  position: relative;
}
.burRight{
  display: none;
}
.burPriceFig{
  width: 176px;
  height: 192px;
  position: absolute;
  top: 0;
  right: -220px;
  background-image: url(../images/index/price-fig.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burPrice {
	font-size: 46px;
	line-height: 0.7;
	color: var(--white);
}
.burPrice sup{
  font-size: 36px;
}
.burPrice span{
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}
.burCurs{
  font-size: 29px;
  color: var(--red);
    text-transform: capitalize;
}
.burLeft h2{
  font-size: 72px;
  line-height: 1;
  color: var(--black);
  margin-bottom: 28px;
}
.burLeft h2 ~ p{
  color: var(--black);
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 50px;
  max-width: 80%;
}

/*========================================================
	orangeTemp Index
=========================================================*/
.orangeTemp{
  background-image: url(../images/index/kids-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 170px 0 100px;
  text-align: center;
  color: var(--white);
  margin-bottom: -20px;
}
.orangeTemp h2{
  font-size: 72px;
  line-height: 1;
  margin-bottom: 50px;
}
.orangeImgWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.orangeImgWrap img{
  width: 16.66%;
}

/*========================================================
	Locations page
=========================================================*/
.locatPage{
  padding: 0 0 80px;
}
.titlePlace{
  text-align: center;
}
.titlePlace h1{
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 60px;
}
.locatWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.locatWrap:nth-child(6){
  margin-bottom: 0;
}
.leftLocat{
  width: 30%;
  padding: 65px 50px;
  background-image: url(../images/locations/locations-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.rightLocat{
  width: 67%;
}
.leftLocat h2{
  font-size: 34px;
  line-height: 1;
  margin-bottom: 15px;
}
.titlePlace h1,
.leftLocat h2{
  color: #613e3d;
}
.addressLocat p,
.hoursLocat p{
  color: #66563D;
  font-size: 21px;
  line-height: 1.3;
}
.addressLocat{
  background-image: url(../images/locations/pin.png);
}
.phoneLocat{
  background-image: url(../images/locations/phone.png);
}
.hoursLocat{
  background-image: url(../images/locations/alarm-clock.png);
}
.addressLocat,
.phoneLocat,
.hoursLocat{
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 22px 22px;
  padding: 2px 0 10px 30px;
}
.addressLocat p span,
.hoursLocat p span{
  display: block;
  margin-top: 2px;
}
.phoneLocat p a{
  color: var(--red);
  font-size: 21px;
  line-height: 1.3;
  font-family: 'Chewy', sans-serif, arial;
}
.rightLocat iframe{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.locatBtnPlace{
  margin-top: 15px;
}
/*========================================================
	MENU page
=========================================================*/
.menuBannbg {
    padding-top: 96px;
    background: url('../images/menu/menuBanner.jpg') center center no-repeat;
    background-size: cover;
    height: 431px;
    position: relative;
    z-index: 1;
}
.menuBanncover {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.menuBannInside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.menuBannInside h1 {
    color: var(--white);
    font-size: 48px;
    line-height: 1.2;
    font-family: 'Mitr', sans-serif, arial;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 170px;
}
.menuIntrobg {
  padding: 175px 0 60px;
}
.menuIntrobg2 {
  background: #fbfbfb;
  padding: 160px 0 60px;
  border-bottom: 1px solid #dcdcdc;
}
.pepDesc {
    color: #ac9c83;
    font-size: 18px;
    line-height: 1.5;
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
    padding-top: 72px;
}
/********** TAB section **************/
.wrapper{
  width: 100%;
    display:flex;
  flex-direction: column;
  align-items: center;
    padding: 0;
}
.tabs {
    width: 1300px;
    margin: 0 auto;
}
.tab{
  cursor: pointer;
  padding: 20px 30px;
  margin: 0px auto;
  background: #f5f2ed;
  display: inline-block;
  color: #613e3e;
    border-radius: 8px;
    width: 19.7%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
        font-family: 'Mitr', sans-serif, arial;
}
/**
#one-tab,
#two-tab,
#three-tab {
    margin-right: 22px;
} **/
.panels{
  background:var(--white);
  min-height:200px;
  width:100%;
  border-radius:3px;
  overflow:hidden;
}
.panelwrap {
    width:  1300px;
    margin: 0 auto;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel {
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab {
  background: #b0d225;
  color: #613e3e;
}
/********** end TAB section **************/
.menubg {
    padding: 25px 0;
}
.menuWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 150px;
}
.menuCols {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.menuCol {
    width: 46%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
}

.menuPos {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.menuNameWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
    border-bottom: 2px solid #613e3e;
}
.menuName {
    width: 70%;
}
.menuName p {
    text-transform: uppercase;
    color: #613e3e;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    font-family: 'Mitr', sans-serif, arial;
}
.menuPrice {
    width: 30%;
}
.menuPrice p {
    font-size: 30px;
    font-weight: 700;
    color: #b0d225;
    text-align: right;
}
.menuDesc {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 15px;
    color: #ac9c83;
    width: 80%;
}
.orderBtn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    padding: 5px 5px 5px 0;
    font-family: 'Mitr', sans-serif, arial;
    color: #b0d225;
}
.onlineBtnWrap {
    text-align: center;
    padding: 50px 0;
}
.onlineBtnWrapLast {
    text-align: center;
    padding-top: 50px;
}
.onlineBtn {
    padding: 15px 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #613e3e;
    background: #b0d225;
    font-family: 'Mitr', sans-serif, arial;
    border-radius: 8px;
    display: inline-block;
}
.subcatName {
    text-transform: uppercase;
    color: #613e3e;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.1;
    font-family: 'Mitr', sans-serif, arial;
    text-align: center;
    padding: 50px 0 75px;
}
.subcatName span{
  font-size: 34px;
  display: block;
}
/*========================================================
	ABOUT page
=========================================================*/
.aboutbg {
    padding: 175px 0 0;
}
.aboutpbg {
    padding: 0 0 145px;
}
.aboutpWrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.aboutpLeft {
    width: 45%;
}
.aboutpRight {
    width: 55%;
}
.aboutpLeft img {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 50%;
    width: 100%;
}
.aboutpRight p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
    color: #ac9c83;
}
.aboutrbg {
    padding: 145px 0;
    background: #efebe4;
}
.aboutrLeft {
    width: 55%;
    padding-right: 60px;
}
.aboutrRight {
    width: 45%;
}
.aboutrLeft h2 {
    font-size: 72px;
    line-height: 1;
    color: #613e3d;
    margin-bottom: 28px;
    font-family: 'Mitr', sans-serif, arial;
    text-transform: uppercase;
    font-weight: 600;
}
.aboutrLeft h2 ~p {
    color: #ac9c83;
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.aboutrLeft ul li {
    color: #ac9c83;
    font-size: 21px;
    background: url('../images/dot.png') no-repeat;
    background-position: left top 15px;
    background-size: 10px 10px;
    padding: 8px 0 8px 20px;
}
.aboutrRight {
    text-align: right;
}
.aboutrRight img {
    max-width: 430px;
    border-radius: 50%;
    width: 100%;
}

/*========================================================
									Disclaimer page
=========================================================*/
.disclaimerPage{
  padding: 50px 30px;
}
.disclaimerPage h3{
  color: #613e3d;
  text-align: left;
  padding-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
    line-height: 1.3;
}
.disclaimerPage p{
  color: #86765D;
  padding-left: 30px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
}

/*========================================================
	Footer
=========================================================*/
.footer{
  background: #513a32;
  color: var(--white);
  padding: 80px 0 30px;
}
.centerFooter{
  max-width: 1175px;
  margin: 0 auto;
  text-align: center;
}

.footer .mlogo,
.footer .mphone,
.footer .maddress,
.footer .mhours,
.footer .msocial,
.footer .mspeclink {
  display: none;
}
.footLogo{
  margin: 0 0 30px;
}
.footLogo img{
  width: 25rem;
}
.fooNav {
    padding: 20px 0;
    border-top: 1px solid #83736e;
    border-bottom: 1px solid #83736e;
}
.fooNav ul li {
   display: inline-block;
}
.fooNav ul li.mlinks a {
    padding: 0 25px;
    font-family: 'Mitr', sans-serif, arial;
    font-size: 16px;
    text-transform: uppercase;
}
.fooNav ul li.mlinks a:hover{
  color: var(--red);
}
.sociIconsFoo{
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.sociIcoFoo{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sociIcoFoo:hover{
  background: var(--red);
}
.sociIcoFoo img{
  width: 40%;
}
.sociIcoFoo{
  margin-right: 7px;
}
.sociIcoFoo:nth-child(3){
  margin-right: 0;
}
.copyright {
	font-size: 14px;
	line-height: 19px;
	margin: 30px auto 0;
}

/*========================================================
				Footer phone, hours, address
=========================================================*/
.fooTel {
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fooTel p {
    text-align: center;
}

.fooTel p a {
    color: #fff;
}

.fooTel a {
    display: inline-block;
    font-size: 36px;
    text-align: center;
}

.fooTel p:nth-last-child(2) {
    padding-right: 60px;
}

.fooTel span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.fooHours p {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    color: var(--white);
    font-size: 24px;
    text-transform: none;
}
.fooAdr{
  padding-bottom: 40px;
}
.fooHours p span {
    display: block;
}

.fooAdr p {
    color: var(--gray-text);
    font-size: 24px;
}

.fooAdr p span {
    display: block;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .fooHours p,
  .fooAdr p {
      font-size: 21px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .fooTel a {
      font-size: 30px;
  }
  .fooHours p,
  .fooAdr p {
      font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fooTel a {
      font-size: 30px;
  }
  .fooHours p,
  .fooAdr p {
      font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .fooTel a {
      font-size: 30px;
  }

  .fooHours p {
      margin-top: 20px;
  }
  .fooHours p,
  .fooAdr p {
      font-size: 21px;
  }
  .banrCent h1 span {
  	display: block;
  	font-size: 44px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
  .fooTel a:nth-last-child(2) {
      padding-right: 0;
  }

  .fooTel a {
      display: block;
  }

  .fooTel {
      padding-bottom: 10px;
      flex-direction: column;
  }

  .fooTel p:nth-last-child(2) {
      padding: 20px 0;
  }

  .fooHours p,
  .fooAdr p {
      font-size: 20px;
  }
}

/*========================================================
	Responsive CSS for Beirut Palace 2024
=========================================================*/
/*========================================================
										General
=========================================================*/
/*========================================================
										Mobile Menu
=========================================================*/
@media only screen  and (max-width: 1300px){

	.smobitrigger,
	.mnuclose {
		display: inline-block;
	}
	.smobitrigger {
	color: transparent;
	width: 30%;
		margin: 0 auto;
	}
	.smobitrigger {
		background: url("../images/menuopen.png") center top 10px no-repeat;
		width: 60px;
		height: 80px;
	}
	.mnuclose {
		background: url('../images/menuclose.png') right top no-repeat;
		color: transparent;
		height: 60px;
		margin: 0 0 10px 0;
		width: 100%;
		text-align: right;
		display: inline-block;
	}
	.menu  ul {
		padding: 0 20px 10px 20px;
		overflow-y: auto;
		margin: 0 auto;
        display: inline-block;
	}
	.menu ul li {
		font-size: 1.1em;
		margin: 2px 0;
		display: block;
	}
	.menu ul li.mlinks {
		text-align: left;
		width: 100%;
        line-height: inherit;
	}
	.menu ul li.mlinks a {
		font-size: 18px;
		line-height: 40px;
		text-transform: uppercase;
		width: 100%;
		display: inline-block;
    text-align: left;
	}

	.menu ul li.mlinks a::after{
		display: none;
	}

	.menu ul li.mlinks a{
		margin: 0 0;
	}
    .menu ul li.mspeclink {
        display: inline-block;
        width: 100%;
        margin: 15px auto 20px;
    }
    .menu ul li.mspeclink a {
        font-size: 18px;
		text-transform: uppercase;
        display: inline-block;
        background: #da3d08;
    padding: 5px 15px;
    color: var(--white)!important;
    font-weight: 500;
    border-radius: 5px;
        font-family: 'Mitr', sans-serif, arial;
    }

	.menu ul li.mlogo {
			margin: 20px auto 0 auto;
			height: auto;
			display: inline-block;
        width: 100%;
	}
	.menu ul li.mlogo  img {
		width: 240px;
	}
	.menu ul li.mphone {
		display: inline-block;
		width: 100%;
    padding-top: 20px;
		padding-bottom: 10px;
    margin: 0 auto;
    color: #777;
	}
	.menu ul li.mphone a {
		font-size: 32px;
	}
  .menu ul li.mhours {
		display: inline-block;
		width: 100%;
    padding-top: 20px;
		padding-bottom: 30px;
    margin: 0 auto;
    color: #777;
    font-size: 20px;
    line-height: 1.2;
	}
  .menu ul li.mhours span{
    display: block;
  }
	.menu ul li.maddress {
		display: inline-block;
		font-size: 20px;
		line-height: 1.5;
		text-transform: capitalize;
		margin: 40px auto 20px auto;
		width: 100%;
		display: inline-block;
		 color: #777;
	}
	.menu ul li.maddress span {
			display: block;
	}
  .menu ul li.maddress span:nth-child(1) {
      font-size: 16px;
      font-weight: 600;
  }
	.menu ul li.msocial {
		display: inline-block;
		margin-top: 35px;
		text-align: center;
		width: 100%;
	}
    .menu ul li.speclink {
        display: none;
    }

.fooSocial ul li a {
    display: inline-block;
    width: 64px;
    height: 54px;
}
    .menu ul li.msocial a {
        width: 36px;
    background: #525E61;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
        height: 36px;
        display: inline-block;
    }
.menu ul li.msocial img {
   width: 16px;
    margin: 0 auto;
}

		.mobimenu {
			padding: 0;
			margin: 0px;
			width: 15.9375em;
			position: fixed;
			height: 100%!important;
			top: 0px;
			left: -24.625em;
	 }
	.mnuopn {
		left: 0px !important;
	}
	.ovrActv {
		position: fixed;
		background: rgba(0, 0, 0, 0.79);
		width: 100%;
		height: 100%;
		z-index: 9998;
			-webkit-transition: 0.5s;
			-moz-transition: 0.5s;
			-ms-transition: 0.5s;
			-o-transition: 0.5s;
		transition: 0.5s;
	}

		.navFrame {
        position: static;
        height: 70px;
            padding: 0 20px;
    }

		body {
			font-size: 21px;
		}

		.topi{
			margin-top: 0;
		}

		.phoneMob {
				display: inline-block;
		}

    .telMob{
        width: 33.33%;
        float: left;
        display: flex;
				align-items: center;
				justify-content: center;
				height: 70px;
    }
		.menu {
				width: auto;
				display: flex;
				align-items: center;
				justify-content: center;
				height: 70px;
		}
		.fooInfo a{
			font-size: 24px;
            margin: 10px auto;
		}
    .boxes {
        height: 70px;
    }
    .one {
        width: 70%;
        position: relative;
    }
    .one img {
        width: 11rem;
    }
    .two {
        justify-content: flex-end;
        width: 30%;
    }
    .telMob img{
        width: 40px;
        margin-right: 20px;
    }
    .three {
        display: none;
    }
}
/*========================================================
										0- 767
=========================================================*/
@media only screen and (max-width: 767px) {
    .menuBannbg {
        padding-top: 0;
        height: 280px;
    }
    .menuIntrobg {
        padding: 110px 0 0;
    }
    .menuIntrobg2 {
        padding: 45px 0 20px;
    }
     .tabs {
        width: 100%;
         text-align: center;
    }
    .panelwrap {
        width: 100%;
    }
    .tab {
        width: 95%;
        margin-bottom: 3px;
        padding: 15px 20px;
    }

    .menuName p,
    .menuPrice p {
        font-size: 24px;
    }
    .orderBtn {
        font-size: 15px;
    }
    .menuWrap {
        padding: 0 0 50px;
        width: 90%;
    }
    .moustp {
        font-size: 26px;
    }
    .pepTitle h2 {
        font-size: 42px;
    }
    .pepDesc {
        padding-top: 50px;
    }
    .menuCols {
        flex-direction: column;
        padding: 20px 0;
    }
    .menuCol {
        width: 100%;
    }
    .menuBannInside h1 {
        font-size: 42px;
        padding-top: 70px;
    }
    .burSect {
        padding: 125px 0 70px;
        margin-top: -50px;
    }
    .burLeft {
        width: 100%;
    }
    .fooNav ul li {
        display: block;
        padding: 8px 0;
    }
    .burPriceFig {
        top: -20px;
        right: 20px;
    }
    .aboutbg {
        padding: 110px 0 0;
    }
    .aboutpWrap {
        width: 90%;
        flex-direction: column-reverse;
    }
    .aboutpLeft,
    .aboutpRight {
        width: 100%;
    }
    .aboutpLeft {
        text-align: center;
        margin-bottom: 35px;
    }
    .pepTitle {
        margin-bottom: 35px;
    }
    .pep3Wrap,
    .parSectWrap {
        flex-direction: column;
    }
    .pepperSec {
        padding: 145px 0 60px;
    }
    .pep3Box {
        margin: 0 auto 35px;
    }
    .parSectLeft,
    .parSectRight {
        width: 100%;
    }
    .parSectRight h2 {
        font-size: 48px;
    }
    .parSect {
        padding-bottom: 50px;
    }
    .hotWrap {
        width: 100%;
    }
    .orangeTemp h2,
    .burLeft h2 {
        font-size: 48px;
    }
    .burLeft h2 {
        width: 320px;
    }
    .aboutpbg {
        padding: 0 0 20px;
    }
    .aboutrbg {
        padding: 50px 0;
    }
    .aboutpRight {
        padding-left: 0;
    }
    .aboutrLeft h2 {
        font-size: 48px;
    }
    .orangeImgWrap img {
        width: 50%;
    }
    .aboutrLeft,
    .aboutrRight {
        width: 100%;
    }
    .aboutrRight img {
        margin-bottom: 35px;
    }
    .aboutrLeft {
        padding-right: 0;
    }
    .aboutrRight {
        text-align: center;
    }
    .locatWrap {
        flex-direction: column;
    }
    .leftLocat {
        width: 100%;
        padding: 20px 35px;
        margin-bottom: 20px;
    }
    .rightLocat {
        width: 100%;
    }
    .rightLocat iframe {
        height: 320px;
    }
    .locatPage {
        padding: 0;
    }
    .one img {
      width: 11rem;
  }
    /*=============== Disclaimer page ========*/
    .disclaimerPage {
    	padding: 30px 10px;
    }
    .disclaimerPage h3 {
    	font-size: 26px;
      line-height: 1.2;
    }
  .disclaimerPage p{
  	padding-left: 0;
  	padding-bottom: 40px;
  }
  /*=============== Bursect index ========*/
  .burSect{
    background: var(--white);
  }
  .burRight{
    display: block;
    position: relative;
    padding-top: 40px;
  }
  .burRight .burPriceFig {
  	top: -60px;
  	right: 260px;
  }
  .burRight img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .burLeft .burPriceFig{
    display: none;
  }
  .burLeft h2 {
  	margin-top: 10px;
  }
  .onlineBtnWrap{
    padding: 0 0 50px;
  }
  /*======= menu page ========*/
  .menuName {
  	width: 62%;
  }
  .menuPrice {
  	width: 38%;
  }
}
/*========================================================
			0-767
=========================================================*/
@media only screen and (max-width: 767px) {
    .banrCent {
        width: 100%;
    }
    .banrCent h1 {
        font-size: 50px;
    }
    .pageSize {
        width: 90%;
        margin: 0 auto;
    }
    .peppersImg {
        display: none;
    }
    .banrIndex {
      background: url('../images/index/index-banner-mobile.jpg');
      height: 800px;
    }
    .orangeTemp {
    	padding: 70px 0 100px;
    }
}
/*========================================================
										0 - 479
=========================================================*/
@media only screen and (max-width: 479px) {
    .pageTop {
        width: 100%;
        padding: 0 10px;
    }
    .one {
        width: 50%;
    }
    .two {
        width: 50%;
    }
    .telMob {
       width: 50%;
    }

    .smobitrigger {
        width: 45px;
    }
     .copyright p span {
        display: block;
    }
    .menuCol {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .menuPos {
        width: 100%;
    }
    .burLeft h2 {
        font-size: 42px;
    }
    .aboutrbg {
        padding: 35px 0 50px;
    }
    .aboutrLeft h2 {
        font-size: 42px;
    }
    .locatBtn {
        padding: 20px 25px;
    }
    .banrCent h1 {
        font-size: 40px;
        line-height: 1.5;
    }
    .banrIndex {
      height: 900px;
    }
    .pep3Box {
        width: 280px;
        height: 280px;
    }
    .birds {
        width: 40px;
        margin-bottom: 0;
    }
    .pepBig {
        font-size: 46px;
        margin-bottom: 10px;
    }
    .cursP {
        font-size: 24px;
    }
    .greenIcons {
        margin-bottom: 10px;
    }
    .boxIns2 {
        padding: 35px;
    }
    .titPrice {
        font-size: 32px;
    }
    .titPrice span sup,
    .cursP2 {
        font-size: 16px;
    }
    .uppCase {
        margin-top: 150px;
    }
    .cursP3 {
        font-size: 21px;
        margin: 0 auto;
    }
    .pepBig2 {
        font-size: 38px;
    }
    .pepperIcon {
        margin: 0 auto;
    }
    .pepperSec {
        padding: 145px 0 0;
    }
    .hotSect h2 {
        font-size: 48px;
    }
    .orangeTemp h2 {
        font-size: 32px;
    }
    .parPriceFig {
      width: 180px;
      height: 180px;
      top: 0;
    }
    .parPrice {
      font-size: 50px;
    }
    .burRight .burPriceFig {
        right: 100px;
    }
    .moustTitle p {
        font-size: 25px;
    }
    .hoursLocat p {
        font-size: 18px;
    }
    .footLogo img{
      width: 17rem;
    }
}

/*========================================================
										480 - 767
=========================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
		 .telMob {
       width: 50%;
    }

}

/*========================================================
										768 - 1023
=========================================================*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .menuBannbg {
        padding-top: 0;
        height: 280px;
    }
    .menuIntrobg {
        padding: 110px 0 50px;
    }
    .menuIntrobg2 {
        padding: 60px 0 50px;
    }
     .tabs {
        width: 100%;
         text-align: center;
    }
    .panelwrap {
        width: 100%;
    }
    .tab {
        width: 95%;
        margin-bottom: 3px;
        padding: 15px 20px;
    }

    .menuName p,
    .menuPrice p {
        font-size: 24px;
    }
    .orderBtn {
        font-size: 15px;
    }
    .menuWrap {
        padding: 0 0 50px;
        width: 90%;
    }
    .moustp {
        font-size: 26px;
    }
    .pepTitle h2 {
        font-size: 42px;
    }
    .pepDesc {
        padding-top: 20px;
    }
    .pep3Wrap {
        padding-top: 70px;
    }
    .pepperSec {
            padding: 180px 0 60px;
    }
    .pep3Box {
        width: 226px;
        height: 226px;
    }
    .cursP {
        font-size: 24px;
    }
    .pepBig {
        font-size: 36px;
        margin-bottom: 0;
    }
    .birds {
        width: 35px;
        margin-bottom: 0;
    }
    .greenIcons {
        height: 10px;
        margin-bottom: 0;
    }
    .boxIns2 {
        padding: 20px;
    }
    .uppCase {
        margin-top: 120px;
    }
    .titPrice {
        font-size: 24px;
    }
    .titPrice span sup,
    .cursP2 {
        font-size:  16px;
    }
    .cursP3 {
        font-size: 21px;
        margin: 0 auto;
    }
    .boxIns3 {
        padding-top: 30px;
    }
    .banrCent h1 {
        font-size: 80px;
    }
    .pepBig2 {
        font-size: 34px;
    }
    .pepSmall {
        font-size: 14px;
    }
    .pepperIcon {
        margin: 0 auto;
        width: 40px;
    }
    .parSectRight h2 {
        font-size: 54px;
    }
    .parSect {
        padding-bottom: 50px;
    }
    .burSect {
        margin-top: -50px;
        padding: 105px 0;
    }

    .menuCols {
        flex-direction: column;
        padding: 20px 0;
    }

    .menuCol {
        width: 100%;
    }
    .menuBannInside h1 {
        padding-top: 100px;
        font-size: 42px;
    }
    .aboutbg {
        padding: 110px 0 50px;
    }
    .aboutpWrap {
        width: 90%;
    }
    .aboutpbg {
        padding: 0 0 60px;
    }
    .aboutrbg {
        padding: 60px 0;
    }
    .aboutpRight {
        padding-left: 35px;
    }
    .aboutrLeft h2 {
        font-size: 48px;
    }
    .orangeImgWrap img {
        width: 25%;
    }
    .pepTitle {
        margin-bottom: 0;
    }
    .locatWrap {
        flex-direction: column;
    }
    .leftLocat {
        width: 100%;
        padding: 20px 35px;
        margin-bottom: 20px;
    }
    .rightLocat {
        width: 100%;
    }
    .rightLocat iframe {
        height: 320px;
    }
    .locatPage {
        padding: 0 0 25px;
    }
    .parPriceFig {
      width: 180px;
      height: 180px;
    }
    .parPrice {
      font-size: 50px;
    }
    .peppersImg {
        width: 180px;
        top: 80px;
        right: -30px;
    }
}
/*========================================================
										1024 - 1300
=========================================================*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {

    .menuBannbg {
        padding-top: 0;
        height: 380px;
    }
    .menuIntrobg {
        padding: 110px 0 50px;
    }
    .menuIntrobg2 {
        padding: 60px 0 50px;
    }
     .tabs,
    .panels {
        width: 90%;
    }
    .panelwrap {
        width: 100%;
    }
    .tab {
        padding: 15px 20px;
        width: 19.5%;
    }

    .menuName p,
    .menuPrice p {
        font-size: 24px;
    }
    .orderBtn {
        font-size: 15px;
    }
    .menuWrap {
        padding: 0 0 50px;
    }
    .moustp {
        font-size: 26px;
    }
    .pepTitle h2 {
        font-size: 42px;
    }
    .pep3Wrap {
        padding-top: 70px;
    }
    .pepperSec {
            padding: 180px 0 60px;
    }
    .aboutbg {
        padding: 110px 0 50px;
    }
    .aboutpWrap {
        width: 90%;
    }
    .aboutpbg {
        padding: 0 0 90px;
    }
    .aboutrbg {
        padding: 90px 0;
    }
    .aboutpRight {
        padding-left: 35px;
    }
    .orangeImgWrap img {
        width: 25%;
    }
    .pepTitle {
        margin-bottom: 0;
    }
    .pepBig {
    	font-size: 40px;
    }
    .pep3Box {
    	width: 290px;
    	height: 290px;
    }
    .pepDesc {
        padding-top: 20px;
    }
    .leftLocat {
        padding: 20px;
    }
    .locatPage {
        padding: 0 0 35px;
    }
    .locatBtn {
        padding: 20px 25px;
    }
    .parPriceFig {
    	width: 200px;
    	height: 200px;
    }
    .parPrice {
    	font-size: 60px;
    }
    .peppersImg {
        width: 180px;
        top: 80px;
    }
    .titPrice {
        font-size: 32px;
    }
    .titPrice span sup {
        font-size: 24px;
    }
    .boxIns2 {
        padding: 45px 20px;
    }
    .pepBig2 {
        font-size: 50px;
    }
    .pepperIcon {
        width: 58px;
    }
    .pepSmall {
        font-size: 14px;
    }
}

/*========================================================
	Changing from mobile
=========================================================*/

@media only screen and (min-width: 1301px) {
    .menu ul li.speclink a {
        color: var(--white)!important;
    }
    .menu ul li.mlinks a{
    	color: var(--black)!important;
    }
}

/*========================================================
										1301 - 1919
=========================================================*/
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
    body {
		font-size: 18px;
	}

    .menu ul li.mlinks a,
    .menu ul li.speclink a{
        font-size: 16px;
        margin-left: 28px;
    }
    .menu ul li.speclink a {
        font-weight: 400;
    }
    .one,
    .three {
        width: 24%;
    }
    .two {
        width: 52%;
    }
    .sociIcons {
        margin-right: 0;
    }
    .tabs,
    .panels,
    .panelwrap {
        width: 1170px;
    }
    .moustp {
        font-size: 26px;
    }
    .pepTitle h2 {
        font-size: 42px;
    }
    .menuName p,
    .menuPrice p {
        font-size: 28px;
    }
    .orderBtn {
        font-size: 16px;
    }
    .aboutpWrap {
        width: 1140px;
    }
    .aboutpbg {
        padding: 0 0 90px;
    }
    .aboutrbg {
        padding: 90px 0;
    }
    .locatBtn {
        padding: 20px 35px;
    }
    .peppersImg {
        width: 280px;
        top: 40px;
    }
    .orngBtn{
      font-size: 16px;
    }

}
/*========================================================
			1920 - 2559
=========================================================*/
@media only screen and (min-width: 1920px){
	.pageSize{
		width: 61%;
	}
}
/*========================================================
			1920 - 2559
=========================================================*/
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
		body{
			font-size: 21px;
		}
    .one {
        width: 11%;
    }
    .two {
        width: 72%;
    }
    .three {
        width: 17%;
    }
		.menu ul li.mlinks a,
    .menu ul li.speclink a{
				font-size: 19px;
				margin-left: 39px;
		}
    .locatBtn {
        padding: 20px 35px;
    }
}

/*========================================================
										2560 -
=========================================================*/
@media only screen and (min-width: 2560px) {}
