/*========================================================
	Main Style CSS for Pizzanos 2023
=========================================================*/

:root {
    --yellow: #f5dd3f;
    --green: #75a906;
    --white: #fff;
    --red: #d4192b;
}

/*========================================================
	Fonts Declaration
=========================================================*/
@font-face {
    font-family: plane;
    src: url('../fonts/plane-crash.ttf');
}
@font-face {
    font-family: ultra-regular;
    src: url('../fonts/Ultra-Regular.ttf');
}
@font-face {
    font-family: gravitas-regular;
    src: url('../fonts/GravitasOne.ttf');
}
@font-face {
    font-family: barlow-black;
    src: url('../fonts/Barlow-Black.ttf');
}
/*========================================================
										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;
}

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: #fff;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 400;
    color: #010101;
    font-size: 21px;
    margin: 0;
}

li {
    list-style-type: none;
}

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

.clear {
    clear: both;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
    text-align: left;
    padding-left: 20px;
    line-height: 1.3em;
}

/*=======================================================
                       Main Layout
=========================================================*/


/*========================================================
	NAVIGATION
=========================================================*/
.menu ul li.mlogo,
.menu ul li.mphone,
.menu ul li.maddress,
.menu ul li.mobSocial,
.menu ul li.mhours,
.menu ul li.extrLinks,
.smobitrigger,
.mnuclose,
.icoMob,
.logoMob,
.telMob,
.locMob,
.mloc,
.rightSec1Mob,
.rightSec3Mob,
.rightSec4Mob,
.rightSec5Mob,
.rightSec7Mob,
.topLogoMob {
    display: none;
}

.menu {
    text-align: center;
}

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

.menu ul li.mlinks a {
    font-size: 18px;
    font-family: 'Barlow', arial, sans-serif;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0 12px;
}

/*========================================================
	CONTENT
=========================================================*/
.bodyFrame {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.pageFull {
    width: 100%;
    margin: 0 auto;
}

.pageSize {
    width: 1500px;
    margin: 0 auto;
}

.pageTop {
    width: 1500px;
    margin: 0 auto;
}

.topic {
    padding-top: 121px;
}

.itemsecSize {
    width: 90%;
    margin: 0 auto;
}

/*========================================================
	TOP SECTION
=========================================================*/
.topSection {
    width: 100%;
    background: #f5ede0;
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 3px 9px rgb(0 0 0 / 10%);
}

.infoBox {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 90px;
}

.topLogo {
    padding-top: 35px;
    width: 25%;
    justify-content: flex-start;
}

.topLogo img {
    width: 175px;
}

.topDeliv {
    width: 25%;
    text-align: right;
}

.topBtns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.deliveryBtn {
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    border-color: #fff;
    padding: 15px 30px;
    border-radius: 30px 0 0 30px;
    background: #7a9b42;
    font-size: 16px;
    font-family: 'Barlow', arial, sans-serif;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;

}

.deliveryBtn p {
    position: relative;
    padding-left: 24px;
}

.deliveryBtn p::before {
    width: 30px;
    content: " ";
    background-image: url(../images/delivery-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    position: absolute;
    left: -16px;
    top: 0;
    height: 30px;
}

.pickupBtn {
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    border-color: #fff;
    padding: 15px 30px 15px 45px;
    border-radius: 30px;
    background: #d4192c;
    font-size: 16px;
    font-family: 'Barlow', arial, sans-serif;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.pickupBtn p {
    position: relative;
    padding-left: 16px;
}

.pickupBtn p::before {
    width: 26px;
    content: " ";
    background-image: url(../images/pickup-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: -16px;
    top: 0;
    height: 26px;
}

nav {
    width: 50%;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
  .infoBox {
      height: 80px;
  }
}

/*========================================================
	INDEX BANNER
=========================================================*/
.bannerTop {
    background: url('../images/index/banner-pizza.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
}
.onlyMobImg{
  display: none;
}

.bannerMain {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 13%;
}

.bannerLeft {
    width: 44%;
}

.bannerRight {
    width: 56%;
    position: relative;
}

.bannerPrice {
    background: url('../images/index/star.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 300px;
    position: absolute;
    left: -63px;
    bottom: -270px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.bannerPrice p {
    font-size: 36px;
    line-height: 1;
    text-align: center;
}

.bannerPrice p span {
    display: block;

    font-size: 58px;
    font-weight: 900;
}

.bannerRight img {
    width: 100%;
}

.bannerLeft h1 {
  color: var(--red);
    font-size: 100px;
    font-weight: 700;
    font-family: ultra-regular, arial, sans-serif;
    line-height: 1.1;
    text-transform: uppercase;
}

.bannerLeft h1 span {
    display: block;
    font-size: 102px;
}

.bannerLeft ul {
    padding: 35px 0;
}

.bannerLeft ul li {
    background: url('../images/check-rred.png');
    background-position: left top 5px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    padding: 3px 0 3px 30px;
    font-size: 18px;
}

.indexBtn {
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    border-color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    background: var(--green);
    font-size: 16px;
    font-family: 'Barlow', arial, sans-serif;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
}
.bnBtn {
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    border-color: #fff;
    padding: 20px 40px;
    border-radius: 30px;
    background: var(--green);
    font-size: 21px;
    font-family: 'Barlow', arial, sans-serif;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
}
.indexBtn2 {
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
    border-color: #fff;
    padding: 6px 15px 10px;
    border-radius: 30px;
    background: var(--green);
    font-size: 21px;
    font-family: 'Barlow', arial, sans-serif;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
}

.indexBtn p {
    position: relative;
    padding-left: 10px;
}

.indexBtn p::before {
    width: 26px;
    content: " ";
    background-image: url('../images/pickup3.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: -16px;
    top: 0;
    height: 26px;
}

.bannerBtn {
    display: inline-block;
    color: var(--white);
    text-align: center;
    padding: 20px 38px;
    font-size: 21px;
    line-height: 1;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    margin: 0 auto;
    text-transform: capitalize;
    background: var(--green);
    cursor: pointer;
    border-radius: 50px;
}

.bannerBtnPlace {
    margin-top: 70px;
}
.indexVidWrap {
    position: absolute;
    bottom: -140px;
    right: -140px;
    width: 720px;
}
.vdiv {
    position: relative;
    text-align: center;
    height: 0;
    padding-bottom: 56.25%;
}
.vdiv img {
    width: 100%;
    display: block;
    border-radius: 15px;
    border: 6px solid #fff;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .bannerTop{
    padding: 100px 0 0;
  }
  .bannerMain {
  	margin-top: 7%;
  }
  .bannerLeft{
    width: 46%;
    padding-left: 110px;
  }
  .bannerRight{
    width: 54%;
  }
  .bannerLeft h1 span {
  	font-size: 87px;
  }
  .bannerLeft h1 {
  	font-size: 85px;
  }
  .bannerBtnPlace {
  	margin-top: 50px;
  }
    .indexVidWrap {
        width: 580px;
        bottom: -220px;
        right: 50px;
    }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .bannerMain {
  	margin-top: 3%;
  }
  .bannerLeft h1 span {
  	font-size: 68px;
  }
  .bannerLeft h1 {
  	font-size: 67px;
  }
  .bannerBtnPlace {
  	margin-top: 32px;
  }
  .bannerPrice {
  	left: -125px;
    width: 295px;
    height: 275px;
  }

  .bannerPrice p span {
  	font-size: 46px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1919px) {
    .indexVidWrap {
        width: 520px;
        bottom: -190px;
        right: 120px;
    }
  .bannerLeft {
  	width: 49%;
  	padding-left: 185px;
  }
  .bannerRight{
    width: 51%;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1601px) {
  .bannerLeft {
  	width: 49%;
  	padding-left: 200px;
  }
  .bannerRight{
    width: 51%;
  }
    .bannerLeft h1 span {
        font-size: 60px;
    }
    .bannerLeft h1 {
        font-size: 50px;
    }
    .bannerBtnPlace {
        margin-top: 62px;
    }
    .indexVidWrap {
        width: 440px;
        bottom: -170px;
        left: 100px;
        right: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .bannerMain {
  	margin-top: 4%;
  }
  .bannerLeft {
  	width: 49%;
  	padding-left: 145px;
  }
  .bannerRight{
    width: 51%;
  }
  .bannerLeft h1 span {
  	font-size: 48px;
  }
  .bannerLeft h1 {
  	font-size: 47px;
  }
  .bannerBtnPlace {
  	margin-top: 32px;
  }
  .bannerPrice {
  	left: -125px;
    width: 295px;
    height: 275px;
  }
  .bannerPrice p span {
  	font-size: 46px;
  }
    .indexVidWrap {
        width: 400px;
        bottom: -150px;
        left: 100px;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .indexVidWrap {
        width: 300px;
        bottom: -150px;
        left: -60px;
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
  .bannerTop {
  	background: url('../images/index/pizano-banner-bg.jpg');
    height: 550px;
    background-size: cover;
  }
  .bannerMain{
    margin-top: 0;
  }
  .onlyMobImg{
    display: block;
    width: 55%;
  }
    .indexVidWrap {
        width: 432px;
        bottom: 0;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen  and (min-width: 480px) and (max-width: 767px) {}
@media only screen and (max-width: 479px) {
    .indexVidWrap {
        width: 90%;
        top: 50px;
    }
}

/*========================================================
       INDEX Offer New
=========================================================*/
.leafMobile,
.swipearrows {
    display: none!important;
}
.leafbg {
    padding: 100px 0 80px;
    background: #f5ede0;
}
.leafBoxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.leafBox {
    width: 32.5%;
    background: #fff;
    border-radius: 18px;
    border: 3px dashed #000;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.leafBox h3 {
    text-align: center;
    font-family: gravitas-regular, arial, sans-serif;
    text-transform: uppercase;
    color: var(--yellow);
    font-size: 26px;
    background: #000;
    padding: 15px 20px;
    border-radius: 35px;
}
.leafBox p {
    font-family: 'Barlow', arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 900;
    padding: 15px 0;
}
.leafsubBoxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leafsubBox {
    width: 31%;
}
.leafsubBox p {
    font-family: 'Barlow', arial, sans-serif;
    color: #871e13;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}
.leafsubBox p span {
    display: block;
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
}
.leafDeliv {
    margin-top: auto;
}
.leafDeliv p {
    font-family: gravitas-regular, arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #871e13;
}
.leafsubPri p {
    text-align: center;
    color: #871e13;
    font-size: 52px;
}
.leafsubBoxes,
.leafsubPri {
    min-height: 86px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
    .leafBox h3 {
        font-size: 22px;
        padding: 15px;
    }
    .leafsubBox p span {
        font-size: 19px;
    }
    .leafDeliv p {
        font-size: 21px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .leafbg {
        padding: 75px 0 40px;
    }
    .leafBox {
        width: 49%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .leafbg {
        padding: 50px 0 40px;
    }
    .leafBox {
        width: 49%;
        padding: 15px;
    }
    .leafBox h3 {
        font-size: 22px;
        padding: 15px;
    }
    .leafsubBox p span {
        font-size: 19px;
    }
    .leafDeliv p {
        font-size: 21px;
    }
}
@media only screen and (max-width: 767px) {
    .leafDesk {
        display: none;
    }
    .leafMobile {
        display: block!important;
    }
    .leafBoxes {
         width: 100%;
        margin: 20px auto 0;
    }
    .leafBox {
        width: 100%;
        margin: 0 auto;
        max-width: 432px;
    }
    .swipearrows {
    padding: 5px 0 5px;
    font-size: 16px !important;
    color: #000;
    font-family: arial, sans-serif !important;
    font-weight: 900 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
        margin-top: 50px;
  }
  .swipestleft {
    margin-right: 5px;
  }
  .swipestright {
    margin-left: 5px;
  }
  .swipestleft,
  .swipestright {
    color: #871e13;
    font-size: 18px;
  }
    .leafbg {
        padding-bottom: 35px;
    }

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .leafBox {
      min-height: 485px;
  }
}
@media only screen and (max-width: 479px) {
    .leafbg {
        padding-top: 35px;
    }
    .leafBox {
        padding: 15px;
        min-height: 512px;
    }
    .leafBox h3 {
        font-size: 19px;
        padding: 15px;
    }
    .leafsubBoxes {
        flex-direction: column;
    }
    .leafsubBox {
        width: 100%;
    }
    .leafDeliv p {
        font-size: 20px;
    }
    .leafsubPri p {
        font-size: 42px;
    }
    .swipearrows {
        margin-top: 0;
    }
}

/*========================================================
       INDEX Divider
=========================================================*/
.buffDivibg {
    padding: 90px 0;
    background: #ffd648;
    border-top: 4px solid #e5910d;
    border-bottom: 4px solid #e5910d;
}
.buffBoxesWrap {
    display: flex;
    align-items: center;
}
.buffLeft {
    width: 50%;
    border-right: 12px solid #000;
}
.buffMid {
    width: 20%;
    padding-left: 40px;
}
.buffRight {
    width: 30%;
}
.buffLeft h3 {
    font-family: gravitas-regular, arial, sans-serif;
    text-align: center;
    font-size: 100px;
    text-transform: uppercase;
    color: #000;
    line-height: .9;
    padding: 15px 0;
}
.buffLeft h3 span {
    display: block;
    font-size: 26px;
}
.buffLeft p {
    text-align: center;
    font-family: barlow-black, arial, sans-serif;
    color: #871e13;
    font-size: 28px;
    text-transform: uppercase;
}
.buffMid p {
    font-family: barlow-black, arial, sans-serif;
    color: #871e13;
    font-size: 56px;
    line-height: 1;
}
.buffRight p  {
    text-transform: uppercase;
    font-family: barlow-black, arial, sans-serif;
    font-size: 24px;
    min-height: 56px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.buffBottom {
    text-align: center;
}
.buffBottom p {
    font-family: barlow-black, arial, sans-serif;
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
}
.buffdays {
    color: #871e13;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {

}
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
    .buffBottom p {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .buffLeft h3 {
        font-size: 78px;
    }
    .buffLeft h3 span {
        font-size: 21px;
    }
    .buffLeft p {
        font-size: 23px;
    }
    .buffMid p {
        font-size: 46px;
    }
    .buffRight p {
        font-size: 21px;
        min-height: 46px;
    }
    .buffBottom p {
        font-size: 18px;
    }
    .buffDivibg {
        padding: 60px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .buffLeft h3 {
        font-size: 58px;
    }
    .buffLeft h3 span {
        font-size: 18px;
    }
    .buffLeft p {
        font-size: 23px;
    }
    .buffMid {
        padding-left: 20px;
    }
    .buffMid p {
        font-size: 36px;
    }
    .buffRight p {
        font-size: 18px;
        min-height: 36px;
    }
    .buffBottom p {
        font-size: 14px;
    }
    .buffDivibg {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 767px) {
    .buffDivibg {
        padding: 35px 0;
    }
    .buffBoxesWrap {
        flex-wrap: wrap;
    }
    .buffLeft {
        width: 100%;
        border-right: none;
        margin-bottom: 25px;
    }
    .buffLeft h3 {
        font-size: 78px;
    }
    .buffLeft h3 span {
        font-size: 18px;
    }
    .buffLeft p {
        font-size: 23px;
    }
    .buffMid {
        padding-left: 0;
        width: 50%;
    }
    .buffMid p {
        font-size: 46px;
    }
    .buffRight {
        width: 50%;
    }
    .buffRight p {
        font-size: 21px;
        min-height: 46px;
    }
    .buffBottom p {
        font-size: 18px;
    }
    .buffbull{
      display: block;
      height: 2px;
      color: #ffd648;
    }
}
@media only screen and (max-width: 479px) {
    .buffLeft h3 {
        font-size: 58px;
        padding: 15px 0 5px;
    }
    .buffLeft p {
        font-size: 19px;
    }
    .buffMid p {
        font-size: 36px;
    }
    .buffMid {
        width: 40%;
    }
    .buffRight {
        width: 60%;
    }
    .buffRight p {
        font-size: 18px;
        min-height: 36px;
    }
}

/*========================================================
     INDEX  Main Title
=========================================================*/
.mainTitbg {
    padding: 100px 0 80px;
}

.mainTit h2 {
    font-family: 'Barlow', arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.mainTit h2 span {
    text-transform: uppercase;
    font-size: 21px;
    display: block;
    color: #d4192c;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .mainTitbg {
        padding: 70px 0 50px;
    }
}
/*========================================================
       INDEX Offer
=========================================================*/
.offerMobile {
    display: none!important;
}
.offerBoxesbg {
    padding: 0 0 80px;
}

.boxesOfferWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boxOffer {
    width: 24%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 40px 30px 30px;
    background: #fff;
    margin-bottom: 50px;
}

.boxOffer:hover {
    background: #f5ede0;
}

.boxOffer img {
    width: 100%;
    margin-bottom: 20px;
}

.boxOffer h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Barlow', arial, sans-serif;
    text-align: left;
    text-transform: capitalize;
}

p.boxOfferp {
    font-size: 18px;
    line-height: 1.5;
    padding: 20px 0;
    text-transform: capitalize;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .offerBoxesbg {
        padding: 0 0 50px;
    }
}
/*========================================================
       INDEX Three Burgers Section
=========================================================*/
.threeBurgers {
    background: #000;
    padding: 100px 0;
}

.threeBurgersWrap {
    text-align: center;
    font-family: plane, arial, sans-serif;
    color: var(--white);
}

.threeBurgersWrap h3 {
    font-size: 70px;
}

.threeBurgersWrap p {
    margin-top: 80px;
    font-size: 170px;
    color: var(--yellow);
}

.threeBurgersWrap p span {
    display: block;
    font-size: 32px;
    color: var(--white);
}
.threeBurgersSubPage{
  padding: 180px 0 100px;
}

/*========================================================
       INDEX Parallax divider
=========================================================*/
.paralbgindex {
    background: url('../images/index/pattern1.jpg');
    min-height: 565px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}

.paralWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 565px;
}

.paralLeft,
.paralRight {
    width: 50%;
}

.paralLeft h3 {
    text-align: left;
    font-size: 64px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.paralLeft h3 span {
    color: #e39c34;
}

.diviBtn {
    text-align: left;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    border-color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    background: #c52332;
    font-size: 16px;
    font-family: 'Barlow', arial, sans-serif;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.paralRight img {
    width: 100%;
}

/*========================================================
     INDEX  Left Right Section
=========================================================*/
.leftrightbg {
    padding: 120px 0 80px;
}

.leftrightWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.inLeft,
.inRight {
    width: 50%;
}

.inLeft img {
    width: 100%;
}

.inRight {
    padding-left: 60px;
}

.inRight h3 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    font-family: 'Barlow', arial, sans-serif;
}

.inRight h3 span {
    font-size: 26px;
    color: #e39c34;
    display: block;
    padding: 20px 0;
}

.inRight p {
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 20px;
}

/*========================================================
     INDEX   Right Left Section
=========================================================*/
.rightleftbg {
    background: url(../images/index/burger-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 0;
}

.rightleftWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.revinLeft,
.revinRight {
    width: 50%;
}

.revinLeft {
    padding-right: 60px;
}

.revinLeft h3 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 20px;
    font-family: 'Barlow', arial, sans-serif;
}

.revinLeftp {
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.revinRight img {
    width: 100%;
    display: block;
}

/*========================================================
     INDEX   Items Section
=========================================================*/
.itemsecbg {
    padding: 80px 0;
}

.itemsecWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.itemsecWrap a {
    display: inline-block;
    width: 32%;
    height: auto;
}
.itemsecBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.itemsecBox img {
    width: 100%;
    transform: scale(1);
    transition: all 180ms ease-in-out;
}

.itemsecBox img:hover {
    transform: scale(1.2);
}

.itemsecBox p {
    font-size: 90px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px black;
}

.itemsecBox p::before {
    border-top: 5px solid #fff;
    display: block;
    position: relative;
    top: -5px;
    margin: 0 auto;
    width: 100%;
    content: "";
}

.itemsecBox p::after {
    border-top: 5px solid #fff;
    display: block;
    position: relative;
    bottom: -15px;
    margin: 0 auto;
    width: 100%;
    content: "";
}

/*========================================================
        FOOTER
=========================================================*/
.fooCol2 ul li.mlogo,
.fooCol2 ul li.mphone,
.fooCol2 ul li.maddress,
.fooCol2 ul li.mhours,
.fooCol2 ul li.mloc,
.fooCol2 ul li.mobSocial {
    display: none;
}

.foobg {
    background: #1a1a1a;
    padding: 120px 0;
}

.fooWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #c8c9cc;
}

.fooCol1,
.fooCol2,
.fooCol3 {
    width: 31%;
    display: flex;
    flex-direction: column;
}

.foologo {
    width: 66%;
    margin-bottom: 10px;
}

.fooCol1 p {
    font-size: 21px;
    line-height: 1.6;
}

.fooCol1 p span {
    display: block;
}

.fooSocial {
    padding: 30px 0 0;
}

.fooSocial a {
    display: inline-block;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid #c8c9cc;
    margin-right: 20px;
}

.fooSocial a:hover {
    background: #c52332;
    border: 1px solid #c52332;
}

.fooSocial a img {
    width: 40px;
    height: 40px;
}

.fooCol2 {
    padding: 80px 0 0 160px;
}

.fooCol2 ul li.mlinks {
    display: block;
    font-size: 21px;
    padding: 10px 0 10px 15px;
    line-height: 25px;
    text-transform: capitalize;
}

.fooCol2 h5,
.fooCol3 h5 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.fooCol2 h5 {
    padding-left: 15px;
}
.fooCol3 {
    padding: 80px 0 0 60px;
}

.fooCol3 ul li {
    padding: 5px 0;
}
.fooCol3 ul li span {
    display: block;
    padding: 8px 0;
}
.positBtn {
    margin-top: 12px;
}

.copy {
    width: 100%;
    margin: 90px auto 0;

}

.copy p {
    font-size: 16px;
    color: #777;
    text-align: center;
}
.foopickup {
    padding: 15px 30px;
}
.fooOrder {
    margin-top: 15px;
}
/*========================================================
        Sticky Footer
=========================================================*/
.outerSticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.stickyFooter {
    background: #282828;
    color: #fff;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.innerStickyFooter {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.centeringSticky {
    width: 38%;
    margin: 0 auto;
    text-align: center;
}

.innerStickyFooter a img {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.innerStickyFooter a p {
    display: inline-block;
    font-size: 44px;
    font-family: Arial, sans-serif;
    vertical-align: middle;
}

.innerStickyFooter a p span {
    display: block;
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
}

/*========================================================
         MENU Page
=========================================================*/
.menubg {
   background: #faf5f1;
}
.menuPage {
    padding: 200px 0 70px;
}

.menuPageWrapper {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menuPageSn {
    width: 48%;
    padding: 0 35px 0 15px;
}

.margBot {
    margin-bottom: 80px;
}

.menuPageSn h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #d4192c;
    text-transform: uppercase;
}

.menuPageSn h2 span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.lineBl {
    width: 100%;
    border: 2px solid #000;
    margin: 10px 0 40px 0;
}

.menuPageRect {
    margin-bottom: 15px;
}

.menuPageIndP {
    color: #2b2b2b;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.menuPageIndTitle {
    padding-right: 10px;
    max-width: 77%;
    text-transform: capitalize;
}

.menuPageIndTitle span {
    font-size: 16px;
}

.dotsbordbl {
    height: 2px;
    border-bottom: 2px dotted #2b2b2b;
    margin: 0 0 5px;
    flex-grow: 1;
}

.priceMenuPage {
    padding-left: 10px;
}

.menuPageIndTitle,
.priceMenuPage {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}


.menuPageAdd {
    display: flex;
    align-items: flex-end;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
}

.menuPageIndDesc {
    font-size: 18px;
    line-height: 1.2;
    color: #3C7830;
    text-transform: capitalize;
}

.menu100 {
    max-width: 100%;
}

/*========================================================
	Contact Us page
=========================================================*/
.contact {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
}

.centerContact {
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.infoAdress,
.contTel,
.contAdr,
.contWHours,
.sendUsMes {
    text-align: center;
}

.infoAdress h1 {
    font-size: 48px;
    color: #4a4a4a;
}

p.contAdr span {
    display: block;
}

.contTel {
    padding: 20px 0;
}

.contTel a {
    color: #d4192c;
    font-size: 34px;
    font-weight: bold;
}

.contAdr,
.contWHours {
    padding-bottom: 20px;
    color: #131313;
    font-size: 23px;
}

.contWHours span {
    display: block;
}

.contForm {
    width: 100%;
    margin: 40px auto 0;
}

.contPar p {
    text-align: center;
    font-size: 28px;
}

.erRed {
    color: red;
    font-weight: 600;
}

.erGreen {
    color: green;
    font-weight: 700;
}

p.sendUsMes {
    font-size: 28px;
    color: #0070ba;
}

form.stoneForm {
    width: 100%;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.formHalfWrapper {
    display: flex;
    justify-content: space-between;
}

.stoneFormHalf {
    width: 32%;
    overflow: hidden;
    padding: 20px 0;
}

.stoneForm input[type="text"] {
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #777;
    padding: 8px 8px 8px 20px;
    display: block;
    width: 100%;
    height: 90px;
    font-size: 24px;
    outline: none;
}

.stoneFormFull {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.stoneFormFull textarea {
    margin: 10px auto;
    border: none;
    padding: 8px;
    display: block;
    width: 100%;
    height: 160px;
    font-size: 24px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    color: #777;
}

.stoneFormFull input[type="submit"] {
    border: 1px solid #0070ba;
    background: #0070ba;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 24px;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 5px;
    width: 50%;
    height: 90px;
    margin: 10px auto;
    outline: none;
}

.stoneFormFull input[type="submit"]:hover {
    background: #005ea6;
    border: 1px solid #005ea6;
}

.sectionMap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sectionMap iframe {
    width: 100%;
    height: 300px;
    border: 0;
    display: block;
}

.stoneFormFirst input[type="text"] {
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding: 1px;
    display: block;
    width: 100%;
    height: 5px;
    font-size: 14px;
    outline: none;
}

.wrapBtnOrder {
    margin-top: 30px;
    text-align: center;
}
/*========================================================
                     BACK TO TOP
=========================================================*/
.to-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-family: 'Arial Narrow', arial, sans-serif;
    font-size: 13px;
    text-align: center;
    padding-top: 28px;
    text-indent: 0;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    background: rgba(123, 170, 57, 0.5) url(../images/to-top-arrow.svg) no-repeat center top 13px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 1;
}

.to-top.cd-is-visible,
.to-top.to-fade-out,
.no-touch .to-top:hover {
    transition: opacity .3s 0s, visibility 0s 0s;
}

.to-top.to-is-visible {
    visibility: visible;
    opacity: 1;
}

.to-top.to-fade-out {
    opacity: .5;
}

.no-touch .to-top:hover {
    background-color: #ee514a;
    opacity: 1;
}

/*========================================================
										Mobile Menu
=========================================================*/
@media only screen and (max-width: 1023px) {

    /************** Mobile top ************/
    .topDeliv {
        display: none;
    }

    .telMob {
        display: inline-block;
        width: 10%;
    }

    .telMob img {
        width: 54px;
    }

    .topLogo {
        width: 80%;
    }

    nav {
        width: 10%;
    }


    /*********** Mobile menu **************/
    .smobitrigger,
    .mnuclose {
        display: inline-block;
    }

    .smobitrigger {
        color: transparent;
        width: 30%;
        margin: 0 auto;
    }

    .smobitrigger {
        background: url("../images/menuopen.png");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 60px 60px;
        width: 60px;
        height: 60px;
    }

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

    .menu ul li.mlinks,
    .menu ul li.extrLinks {
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        border-right: none;
    }

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

    .menu ul li.mlinks a,
    .menu ul li.extrLinks a {
        font-size: 18px;
        line-height: 50px;
        text-transform: uppercase;
        width: 100%;
        display: inline-block;
        height: 50px;
        text-align: left;
    }

    .menu ul li.extrLinks a {
        font-weight: 600;
        text-align: center;
    }

    .menu ul li.mlogo {
        margin: 20px auto 0 auto;
        height: auto;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .menu ul li.mlogo img {
        width: 260px;
        margin: 0 0 30px 0;
    }

    .menu ul li.mphone {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
        margin: 0 auto;
    }
    .menu ul li.mphone{
      text-align: left;
    }
    .menu ul li.mphone a {
        font-size: 32px;
    }

    .menu ul li.maddress {
        display: inline-block;
        text-align: left;
        font-size: 20px;
        line-height: 1.5;
        text-transform: capitalize;
        margin: 0 auto 30px;
        width: 100%;
        color: #fff;
    }

    .menu ul li.maddress span {
        display: block;
    }

    .menu ul li.mhours {
        display: inline-block;
        font-size: 18px;
        text-transform: uppercase;
        margin: 0 auto 30px;
        width: 100%;
        text-align: left;
        color: #fff;
    }

    .menu ul li.mhours span {
        display: block;
    }

    .menu ul li.mobSocial {
        display: inline-block;
        margin: 30px 0;
        display: flex;
        justify-content: flex-start;
    }

    .menu ul li.mobSocial img {
        width: 45px;
        border: 1px solid #fff;
        padding: 5px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .menu ul li.mloc {
        display: block;
        text-align: left;
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 10px 20px;
        width: 180px;
        color: #fff;
        margin: 40px 0;
        text-transform: uppercase;
    }
    .menu ul li.mloc.orderOnlineMob{
      background-color: var(--red);
      cursor: pointer;
      font-weight: 700;
    }


    .mobimenu {
        padding: 0;
        margin: 0px;
        width: 19.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;
    }

    .topLogo {
        padding-top: 0;
    }

    .topLogo img {
        width: 130px;
    }
}

/*========================================================
										0- 1300
=========================================================*/
@media only screen and (max-width: 1300px) {
    .topSection {
        position: static;
        top:auto;
            box-shadow: 0 3px 9px rgb(00,0,0,.2);
        margin-bottom: 4px;
    }
    .menuPage {
        padding-top: 90px;
    }
    .topic {
        padding-top: 90px;
    }
}

/*========================================================
										0- 767
=========================================================*/
@media only screen and (max-width: 767px) {

    .pageTop {
        width: 95%;
    }

    .pageSize{
        width: 90%;
    }

    .topLogo {
        width: 70%;
    }
    .topLogo img {
    	margin-top: 23px;
    }

    .telMob,
    nav {
        width: 15%;
    }

    .bannerMain {
        flex-direction: column-reverse;
    }

    .bannerLeft,
    .bannerRight {
        width: 100%;
    }
    .bannerLeft{
      background: url('../images/index/yellow-rect.png');
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center;
      padding-top: 10px;
      padding-bottom: 20px;
        max-width: 432px;
    }

    .bannerRight img {
        margin: 0 auto 30px;
        max-width: 432px;
    }

    .bannerRight {
        margin-top: 40px;
    }

    .bannerPrice {
        width: 173px;
        height: 155px;
        left: -15px;
        bottom: 40px;
    }

    .bannerPrice p {
        font-size: 25px;
    }

    .bannerPrice p span {
        font-size: 36px;
    }

    .bannerLeft h1 {
        font-size: 34px;
        text-align: center;
    }

    .bannerLeft h1 span {
        font-size: 36px;
    }

    .bannerBtnPlace {
      text-align: center;
        margin-top: 20px;
    }

    .mainTitbg {
        padding: 50px 0 35px;
    }
    .offerDesk {
        display: none;
    }
    .offerMobile {
        display: block!important;
    }
    .offerswip {
        margin-top: 0;
    }



    .boxOffer {
        width: 440px;
        margin: 0 auto 20px;
        padding: 28px 30px 30px;
    }
    .boxesOfferWrap{
      padding-top: 20px;
    }

    .offerBoxesbg {
        padding: 0 0 30px;
    }

    .paralWrap {
        flex-direction: column-reverse;
    }

    .paralLeft,
    .paralRight {
        width: 100%;
    }

    .paralbgindex {
        min-height: auto;
    }

    .paralWrap {
        height: auto;
    }

    .paralLeft h3 {
        font-size: 44px;
    }

    .paralLeft {
        padding-bottom: 30px;
    }

    .leftrightbg,
    .rightleftbg {
        padding: 50px 0;
    }

    .leftrightWrap,
    .itemsecWrap {
        flex-direction: column;
    }

    .inLeft,
    .inRight,
    .revinLeft,
    .revinRight,
    .itemsecBox,
    .itemsecWrap a {
        width: 100%;
    }

    .inRight,
    .revinLeft {
        padding-left: 0;
    }

    .revinLeft {
        padding-right: 0;
        margin-top: 20px;
    }

    .inRight h3,
    .revinLeft h3 {
        font-size: 44px;
    }

    .rightleftWrap {
        flex-direction: column-reverse;
    }

    .revinLeft h3 {
        line-height: 1.1;
    }

    .revinLeftp,
    .inRight p {
        font-size: 18px;
    }

    .itemsecbg {
        padding: 50px 0;
    }

    .indexDelTwo {
        width: 100%;
    }

    .indexDelTwo {
        padding: 20px;
    }

    .indexDelTwo h4 {
        font-size: 24px;
    }

    .foobg {
        padding: 50px 0 80px;
    }

    .fooWrap {
        flex-direction: column;
    }

    .fooCol1,
    .fooCol2,
    .fooCol3 {
        width: 100%;
    }

    .fooCol1 p,
    .fooSocial,
    .fooCol2 h5,
    .fooCol3 h5,
    .fooNav ul,
    .fooCol3 ul {
        text-align: center;
    }

    .fooCol2 {
        padding: 35px 0 20px;
    }
    .fooCol2 h5,
    .fooCol2 ul li.mlinks {
        padding-left: 0;
    }
    .fooCol2 h5 {
        padding-bottom: 20px;
    }
    .fooCol3 {
        margin-top: 25px;
    }
    .fooCol3 h5 {
        padding-bottom: 10px;
    }
    .fooCol3 {
        padding: 0;
    }
    .positBtn{
      text-align: center;
    }
    .fooLogoPlace{
      text-align: center;
    }
    .foologo{
      width: 80%;
      margin: 0 auto 20px;
      text-align: center;
    }
    .copy {
        margin: 30px auto 20px;
    }
    .copy span{
      display: block;
    }

    .centeringSticky {
        width: 90%;
    }
    .topic {
        padding-top: 0;
    }



    /* page menu */
    .menuPage {
        padding: 50px 0 0;
    }

    .menuPageWrapper {
        flex-direction: column;
    }

    .menuPageAdd {
        flex-direction: column;
        align-items: flex-start;
    }

    .menuPageSn {
        width: 90%;
        max-width: 600px;
        margin: 0 auto 75px;
        padding: 0;
    }



    .menuPageRect {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .menuPageIndP {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
    }

    .newChan .menuPageIndP {
    	display: flex;
    	flex-direction: column;
    	width: 100%;
    }
    .menuOneRow .menuPageIndP {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
    }

    .menuPageIndTitle {
        max-width: 100%;
        padding-right: 0;
    }
    .newChan .menuPageIndTitle {
    	text-align: left;
    	width: 100%;
    	margin-bottom: 5px;
    }
    .newChan .priceMenuPage {
    	display: flex;
    	flex-direction: column;
    	align-items: flex-end;
    	text-align: right;
    	width: 100%;
    	word-break: break-word;
    }
    .menuPageIndTitle,
    .priceMenuPage {
        font-size: 21px;
    }

    .dotsbordbl {
        display: none;
    }

    .priceMenuPage {
        padding-left: 0;
    }

    /****** threeBurgers 767 ********/
    .threeBurgersWrap h3 {
        font-size: 48px;
    }

    .threeBurgersWrap p {
        margin-top: 60px;
        font-size: 85px;
    }

    .threeBurgersWrap p span {
        font-size: 20px;
    }

    /*=============== Contact Us page 0-767 ========*/
    .contact {
        padding: 60px 0;
    }

    .contForm {
        width: 100%;
    }

    .contTel {
        padding: 10px 0;
    }

    .formHalfWrapper {
        display: block;
    }

    .stoneForm input[type="text"] {
        height: 50px;
        font-size: 16px;
    }

    .stoneFormFull input[type="submit"] {
        height: 50px;
        font-size: 18px;
    }

    .stoneFormHalf {
        width: 100%;
        display: block;
        padding: 5px 0;
    }
    /****** stickyFooter 767 *******/
    .innerStickyFooter a p {
    	font-size: 30px;
    }
}

/*========================================================
										0 - 479
=========================================================*/
@media only screen and (max-width: 479px) {
    body {
        font-size: 16px;
    }
    .boxOffer {
        width: 100%;
    }

    .boxOffer h3 {
        font-size: 26px;
    }

    .paralLeft h3 {
        font-size: 38px;
    }

    .leftrightbg {
        padding: 20px 0;
    }

    .itemsecBox p {
        font-size: 44px;
    }

    .topLogo {
        width: 65%;
    }

    .telMob,
    nav {
        width: 17.5%;
    }

    .telMob img {
        width: 45px;
    }
    .smobitrigger {
        background-size: 48px 48px;
        width: 48px;
        height: 48px;
    }

    .offerBoxesbg {
        padding: 0;
    }
    .bannerRight img,
    .bannerLeft {
        max-width: 288px;
    }
    .boxesOfferWrap {
        margin-bottom: 35px;
    }

    /* menu page */
    .menuPage {
        padding:35px 0 0;
    }

    .menuPageSn {
        width: 100%;
    }

    .priceMenuPage {
        padding-left: 0;
        font-weight: 700;
    }

    /******** contact 479 *******/
    .infoAdress h1 {
        font-size: 30px;
    }

    .contAdr,
    .contWHours {
        font-size: 18px;
    }

    p.sendUsMes {
        font-size: 24px;
    }

    .centerContact {
        width: 95%;
    }

    .stoneFormFirst input[type="text"] {
        height: 0;
    }
}

/*========================================================
										480 - 767
=========================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .menuPageIndDesc {
        font-size: 16px;
    }

    .bannerPrice {
        width: 230px;
        height: 215px;
        left: -15px;
        bottom: 40px;
    }

    .bannerPrice p {
        font-size: 28px;
    }

    .bannerPrice p span {
        font-size: 42px;
    }

    /****** threeBurgers 480 ********/
    .threeBurgersWrap h3 {
        font-size: 40px;
    }

    /******* contact 480 ********/
    .infoAdress h1 {
        font-size: 36px;
    }

    .centerContact {
        width: 100%;
    }

    .stoneFormFirst input[type="text"] {
        height: 0;
    }
}

/*========================================================
										1024 -
=========================================================*/
@media only screen and (min-width: 1024px) {
    .menu ul {
        background: none !important;
    }

    .menu ul li.mlinks a {
        color: #000 !important;
    }


}

/*========================================================
										768 - 1023
=========================================================*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 16px;
    }

    .pageTop {
        width: 95%;
    }

    .pageSize {
        width: 90%;
    }
    .topic {
        padding-top: 0;
    }
    .bannerTop {
        height: 415px;
    }
    .bannerLeft{
      width: 63%;
      padding-left: 120px;
    }
    .bannerLeft h1 {
        font-size: 30px;
    }

    .bannerLeft h1 span {
        font-size: 44px;
    }
    .bannerRight{
      width: 37%;
    }

    .bannerPrice {
        width: 215px;
        height: 198px;
        left: -50px;
        bottom: -150px;
    }

    .bannerPrice p {
        font-size: 32px;
    }

    .bannerPrice p span {
        font-size: 42px;
    }

    .bannerBtnPlace {
        margin-top: 25px;
    }

    .bannerMain {
        padding-top: 100px;
        margin-top: 0;
    }
    .mainTitbg {
        padding: 80px 0;
    }

    .boxOffer {
        width: 49%;
    }

    .offerBoxesbg {
        padding: 0 0 30px;
    }

    .boxOffer h3 {
        font-size: 32px;
    }

    .paralWrap {
        flex-direction: column;
    }

    .paralLeft,
    .paralRight {
        width: 100%;
    }

    .paralLeft h3 {
        font-size: 48px;
        padding-top: 20px;
    }

    .paralWrap {
        height: 765px;
    }

    .paralRight {
        text-align: center;
    }

    .paralRight img {
        width: 691px;
    }

    .leftrightbg {
        padding: 50px 0;
    }

    .leftrightWrap {
        flex-direction: column;
    }

    .inLeft,
    .inRight {
        width: 100%;
    }

    .inLeft {
        text-align: center;
    }

    .inLeft img {
        width: 690px;
        margin: 0 auto;
    }

    .inRight {
        padding-left: 0;
    }

    .rightleftbg {
        padding: 50px 0;
    }

    .revinLeft h3 {
        font-size: 36px;
        line-height: 1.1;
    }

    .revinLeftp {
        font-size: 16px;
    }

    .itemsecbg {
        padding: 50px 0;
    }

    .itemsecWrap {
        flex-direction: column;
    }
    .itemsecWrap a {
         width: 600px;
        margin: 0 auto;
    }

    .indexDelTwo h4 {
        font-size: 21px;
        padding-bottom: 10px;
    }

    .indexDelTwo p {
        font-size: 16px;
    }

    .indexDelTwo {
        width: 41%;
    }



    .foobg {
        padding: 50px 0 90px;
    }

    .fooCol1 p {
        font-size: 14px;
    }

    .fooSocial a {
        margin-right: 7px;
    }

    .fooCol1,
    .fooCol2,
    .fooCol3 {
        width: 32%;
    }

    .fooCol2 {
        padding: 20px 0 0 45px;
    }

    .fooCol3 {
        padding: 20px 0 0 0;
    }

    .fooCol3 h5 {
        padding-bottom: 25px;
    }

    /* manu page */
    .menuPage {
        padding: 50px 0 0;
    }

    .menuPageWrapper {
        flex-direction: column;
    }

    .menuPageSn {
        width: 640px;
        margin: 0 auto 75px;
    }

    /****** threeBurgers 768 ********/
    .threeBurgersWrap h3 {
        font-size: 60px;
    }

    .threeBurgersWrap p {
        margin-top: 60px;
        font-size: 130px;
    }

    .threeBurgersWrap p span {
        font-size: 26px;
    }

    /******** contact 768 *********/
    .contact {
        padding: 80px 0 30px;
    }

    .contForm {
        width: 100%;
    }

    .stoneForm input[type="text"] {
        font-size: 16px;
        height: 50px;
    }

    .centerContact {
        width: 100%;
    }

    .stoneFormFirst input[type="text"] {
        height: 0;
    }
    /****** stickyFooter 768 *******/
    .innerStickyFooter a p {
    	font-size: 36px;
    }
}

/*========================================================
										1024 - 1300
=========================================================*/
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    body {
        font-size: 16px;
    }

    .pageTop {
        width: 95%;
    }

    .pageSize{
        width: 90%;
    }

    .topLogo img {
        width: 150px;
    }

    .bannerTop {
        height: 510px;
    }

    .bannerLeft h1 {
        font-size: 40px;
    }
    .bannerPrice {
        width: 243px;
        height: 228px;
        left: -5px;
        bottom: -197px;
    }

    .bannerPrice p {
        font-size: 32px;
    }

    .bannerPrice p span {
        font-size: 48px;
    }

    .bannerBtnPlace {
        margin-top: 28px;
    }

    .boxOffer h3 {
        font-size: 32px;
    }

    .inRight h3 {
        font-size: 25px;
    }

    .inRight h3 span {
        font-size: 21px;
    }

    .leftrightbg {
        padding: 80px 0;
    }

    .itemsecBox p {
        font-size: 36px;
    }

    .itemsecbg {
        padding: 50px 0;
    }

    .boxOffer {
        width: 32%;
    }

    .paralLeft h3 {
        font-size: 48px;
    }

    .revinLeft h3 {
        font-size: 48px;
    }

    .rightleftbg {
        padding: 80px 0;
    }

    .fooCol2 {
        padding: 80px 0 0 90px;
    }

    .fooCol2 h5,
    .fooCol3 h5 {
        font-size: 21px;
        padding-bottom: 35px;
    }

    .foobg {
        padding: 80px 0 120px;
    }

    /* menu page */
    .menuPageIndDesc {
        font-size: 16px;
    }

    .menuPageWrapper {
        flex-direction: column;
    }

    .menuPageSn {
        width: 800px;
        margin: 0 auto 75px;
    }

    /****** contact 1024 **************/
    .contact {
        padding: 60px 0;
    }

    .contForm {
        width: 90%;
    }

    .centerContact {
        width: 100%;
    }

    .stoneForm input[type="text"],
    .stoneFormFull input[type="submit"] {
        height: 50px;
    }

    .stoneFormFull input[type="submit"] {
        width: 25%;
    }

    .stoneFormFirst input[type="text"] {
        height: 0;
    }
    /****** stickyFooter 1024 *******/
    .innerStickyFooter a p {
    	font-size: 36px;
    }
}

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

    .pageTop,
    .pageSize{
        width: 90%;
    }
    .mainTitbg {
    	padding: 80px 0 60px;
    }
    .offerBoxesbg {
    	padding: 0 0 50px;
    }
    .boxOffer h3 {
        font-size: 32px;
    }

    .inRight h3 {
        font-size: 35px;
    }

    .itemsecBox p {
        font-size: 54px;
    }

    .itemsecbg {
        padding: 50px 0;
    }
    .bannerTop {
        height: 670px;
    }
    .revinLeft {
        padding-bottom: 50px;
    }
    .foobg {
        padding-top: 70px;
    }

    /* menu page */
    .menuPage {
        padding: 200px 0 35px;
    }

    .menuPageWrapper {
        flex-direction: column;
    }

    .menuPageSn {
        width: 900px;
        margin: 0 auto 75px;
    }


    /****** contact 1301 ***************/
    .stoneForm input[type="text"] {
        font-size: 16px;
    }

    .centerContact {
        width: 80%;
    }

    .stoneForm input[type="text"],
    .stoneFormFull input[type="submit"] {
        height: 50px;
    }

    .stoneFormFull input[type="submit"] {
        width: 25%;
    }

    .stoneFormFirst input[type="text"] {
        height: 0;
    }

    .contact {
        padding: 50px 0;
    }
    /****** stickyFooter 1301 *******/
    .innerStickyFooter a p {
    	font-size: 30px;
    }
}

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