* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #000000;   /* jo final color chahiye */
    color: #512E24;
    line-height: 1.6;
    overflow-x: hidden;
}





.cbp-spmenu {
    background: #dfdfdf;
    position: fixed
}

.cbp-spmenu h3 {
    color: #fff;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #000000;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300
}

.cbp-spmenu a:hover {
    background: #000000;
}

.cbp-spmenu a:active {
    background: #333;
    color: #fff
}

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #ccc;
    padding: 1em
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: .8em;
    border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
    left: -240px
}

.cbp-spmenu-right {
    right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0
}

.cbp-spmenu-top {
    top: -150px
}

.cbp-spmenu-bottom {
    bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.cbp-spmenu-push-toright {
    left: 240px
}

.cbp-spmenu-push-toleft {
    left: -240px
}

.cbp-spmenu,.cbp-spmenu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size:75%;
        height: 110px
    }

    .cbp-spmenu-top {
        top: -110px
    }

    .cbp-spmenu-bottom {
        bottom: -110px
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size:90%;
        width: 190px
    }

    .cbp-spmenu-left,.cbp-spmenu-push-toleft {
        left: -190px
    }

    .cbp-spmenu-right {
        right: -190px
    }

    .cbp-spmenu-push-toright {
        left: 190px
    }
}


#showLeftPush {
    display: block;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 18px;
    width: 40px;
    z-index: 2;
    background: 0 0;
    border: 0;
    cursor: pointer
}

#showLeftPush span,#showLeftPush:after,#showLeftPush:before {
    background: #000;
    content: "";
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    width: 30px
}

#showLeftPush:before {
    top: 8px
}

#showLeftPush:after {
    top: 24px
}

#showLeftPush span {
    top: 16px
}

#showLeftPush.active:before {
    transform: rotate(45deg)
}

#showLeftPush.active:after,#showLeftPush.active:before {
    top: 10px
}

#showLeftPush.active:after {
    transform: rotate(-45deg)
}

#showLeftPush.active span {
    opacity: 0
}

.navbar {
    display: none
}

#ommenu a,#ommenu li,#ommenu span,#ommenu ul {
    margin: 0;
    padding: 0;
    position: relative
}

#ommenu {
    width: auto
}

#ommenu a {
    color: #fff;
    text-transform: normal;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    line-height: 32px;
    border-bottom: 2px solid #ccc;
    display: block;
    padding: 10px
}

#ommenu ul {
    list-style: none
}

#ommenu>ul>li {
    display: block;
    margin: 0
}

#ommenu.align-center {
    text-align: center
}

#ommenu.align-center>ul>li {
    float: none
}

#ommenu.align-center ul ul {
    text-align: left
}

#ommenu.align-right>ul {
    float: right
}

#ommenu.align-right ul ul {
    text-align: right
}

#ommenu>ul>li>a {
    color: #fff;
    font-size: 15px
}

a.nav-link {}

#ommenu .has-sub:hover>ul {
    display: block;
    z-index: 20
}

#ommenu .has-sub ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #222
}

#ommenu .has-sub ul li a {
    background: #fff;
    border-bottom: 2px solid #080808;
    font-size: 15px;
    display: block;
    line-height: 120%;
    padding: 12px;
    color: #000
}

#ommenu .has-sub ul li:hover a {
    background: #222;
    color: #fff
}

#ommenu ul ul li:hover>a {
    color: #000
}

#ommenu .has-sub .has-sub:hover>ul {
    display: block
}

#ommenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

#ommenu .has-sub .has-sub ul li a {
    background: #0c7fb0;
    border-bottom: 1px dotted #31b7f1
}

#ommenu .has-sub .has-sub ul li a:hover {
    background: #0a6d98
}

body.cbp-spmenu-push-toleft {
    left: 240px
}

@media screen and (min-width: 768px) {
    #showLeftPush {
        display:none
    }

    .navbar {
        display: block
    }

    .navbar-inverse {
        background: 0 0;
        margin-top: 9px;
        margin-bottom: 0;
        border: 0;
        z-index: 1;
        min-height: auto;
        text-transform: none;
        border-radius: 0
    }

    #ommenu a {
        border-bottom: none;
        padding: 0 10px;
        font-weight: 400;
        line-height: 102px;
        text-transform: normal
    }

    #ommenu ul {
        display: table;
        margin: 0 auto
    }

    #ommenu ul ul {
        display: block
    }

    #ommenu .has-sub ul li a {
        background: #000;
        color: #fff;
        border-bottom-color: #222
    }

    #ommenu>ul>li>a {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        position: relative
    }

    #ommenu ul:after,#ommenu:after {
        content: '';
        display: block;
        clear: both
    }

    #ommenu>ul>li:hover:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        bottom: 0
    }

    #ommenu>ul>li:first-child>a {
        border-radius: 5px 0 0;
        -moz-border-radius: 5px 0 0;
        -webkit-border-radius: 5px 0 0
    }

    #ommenu.align-center>ul>li:first-child>a,#ommenu.align-right>ul>li:first-child>a {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0
    }

    #ommenu.align-right>ul>li:last-child>a {
        border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0
    }

    #ommenu>ul>li.active>a {
        color: #688005;
        border-bottom-color: #688005;
        border-radius: 0
    }

    #ommenu>ul>li:hover>a {
        color: #264896;
        border-bottom-color: #264896;
        border-radius: 0
    }

    #ommenu .has-sub {
        z-index: 10
    }

    #ommenu.align-right .has-sub ul {
        left: auto;
        right: 0
    }

    #ommenu .has-sub ul li {
        *margin-bottom: -1px;
        background: #222
    }

    #ommenu.align-right .has-sub .has-sub ul,#ommenu.align-right ul ul ul {
        left: auto;
        right: 100%
    }

    #ommenu .has-sub ul li.last>a,#ommenu .has-sub ul li:last-child>a,#ommenu ul ul li.last>a,#ommenu ul ul li:last-child>a,#ommenu ul ul ul li.last>a,#ommenu ul ul ul li:last-child>a {
        border-bottom: 0
    }

    #ommenu>ul>li {
        display: inline-block;
        float: left;
        margin: 0
    }

    #ommenu .has-sub ul {
        width: 250px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:16px
    }

    #ommenu .has-sub ul li a {
        font-size: 14px
    }

    #ommenu a {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 992px) {
    #ommenu>ul>li>a {
        font-size:20px
    }
}



.button,.om-btn-wrapper a,.view-menu-btn {
    background: #f60207;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    border: none;
    margin: 15px auto 0;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    text-transform: normal;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none
}

.button:hover,.om-btn-wrapper a:hover,.view-menu-btn:hover {
    background: #ff8343;
    color: #fff!important;
}

.button.red-btn,.om-btn-wrapper a.red-btn,.view-menu-btn.red-btn {
    background: #688005;
    font-weight: 700;
    color: #fff!important
}

.button.red-btn:hover,.om-btn-wrapper a.red-btn:hover,.view-menu-btn.red-btn:hover {
    background: #404f03
}

.button a,.om-btn-wrapper a a,.view-menu-btn a {
    color: #fff
}

.button a:hover,.om-btn-wrapper a a:hover,.view-menu-btn a:hover {
    color: #000
}

.button.book-btn,.om-btn-wrapper a.book-btn,.view-menu-btn.book-btn {
    width: 50%
}

.order-online a {
    background: #dd2327;
    display: block;
    font-size: 16px;
    border: none;
    margin: 15px auto 0;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: all .2s ease-in-out 0s;
    min-width: 160px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.order-online a:hover {
    background: #ffffff;
    color: #000000 !important;
}



#header {
    background: #000000;
    width: 100%;
    padding: 14px
}

#header .container {
    position: relative;
    color: #fff;
    padding: 0;
    gap: 0;
}

#header .container #logo {
    margin: 0 auto;
    width: 120px
}

#header .container #logo a {
    display: block
}

#header .container .order-online ul {
    padding: 0;
    margin: 0
}

#header .container .order-online ul li {
    display: block
}

#header .left-nav,#header .right-nav,.header-top .address,.header-top .oo-top {
    display: none
}





@media screen and (min-width: 700px) {
    #header,#header .container {
        padding:0
    }

    #header .container #logo {
        width: 140px;
        float: left;
        margin: 0;
        padding: 14px 0 14px 14px
    }

    #header .container #logo a {
        padding: 0
    }

    #header .container .navbar {
        float: right;
        padding: 0;
        margin-top: 0;
        margin-right: 175px
    }

    #header .container .navbar .navbar-collapse {
        display: block
    }

    #header .container .order-online {
        right: 0;
        top: 15px;
        position: absolute;
        margin: 0;
        padding: 0
    }

    #header .left-nav,#header .right-nav {
        display: block
    }

    #header .left-nav .nav ul,#header .right-nav .nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

    #header .left-nav .nav ul li,#header .right-nav .nav ul li {
        display: inline-block
    }

    #header .left-nav .nav ul li a,#header .right-nav .nav ul li a {
        display: block;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 50px;
        color: #000
    }

    #header .left-nav .nav ul li a:hover,#header .right-nav .nav ul li a:hover {
        color: #ed1c24
    }

    #header .left-nav {
        float: left;
        margin-left: 70px
    }

    #header .right-nav {
        float: right
    }

    .contact-wrapper {
        padding-right: 80px
    }
}

@media screen and (min-width: 768px) {
    .m-visible {
        display:none!important
    }

    .d-visible {
        display: block!important
    }

    #header .container .navbar-collapse {
        padding: 0
    }
}

@media screen and (min-width: 980px) {
    #header .container #logo {
        width:158px;
        padding: 5px 0 0
    }

    #header .container .top-right .order-online {
        right: 80px;
        top: 52px
    }

    #header .container .navbar {
        margin-right: 265px;
        margin-top: 25px
    }

    section.about-us {
        padding: 40px;
        text-align: center
    }

    .menu-wrapper h2 {
        font-size: 32px
    }

    .menu-wrapper h3 {
        font-size: 30px
    }

    .menu-wrapper p {
        font-size: 20px
    }

    .menu-wrapper p.m-heading {
        font-size: 28px
    }
}

@media screen and (min-width: 992px) {
    .h1,h1 {
        font-size:32px
    }

    .h2,h2 {
        font-size: 28px
    }

    #header {
        position: static
    }

    #header .container,#header .container .navbar-inverse .navbar-collapse.collapse {
        padding: 0
    }

    .main-container h1 {
        margin-bottom: 65px
    }
}

@media screen and (min-width: 1180px) {
    #header .container .top-right .social-icon-list {
        margin-left:50px
    }

    .menu-items .menu-item {
        margin-bottom: 0
    }

    .header-top .oo-top {
        top: 12px
    }

    .header-top .oo-top a {
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px
    }

    .main-container {
        padding: 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu-items .menu-item .desc {
        min-height:130px
    }

    .container {
        max-width: 1080px
    }
}



#header .container:after,.header-right-bottom:after,.header-right-top:after,.menu-items:after,.order-online-btns ul:after,.social-icon-list ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

#header {
    padding-top: 0;
}

#header .container #logo {
    width: 188px;
    margin: 0px auto 10px auto;
    padding: 15px 0 0 0;
}

#header .container #logo h1 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #033e4b;
}

a, .home-text h1, .box-section h2, h2 {
    color: #ffffff;
}



#showLeftPush span, #showLeftPush::after, #showLeftPush::before {
    background: #dd2327;
}

#ommenu > ul > li > a {
    color: #000;
}

#ommenu > ul > li:hover > a {
    color: #ffffff;
}




@media screen and (min-width: 768px) {
    #ommenu > ul > li.active > a, #ommenu > ul > li:hover > a:hover {
        color: #dc2029;
    }

    #ommenu > ul > li > a {
        color: #ffffff;
        text-transform: uppercase;
    }

   

    #header {
    }

    .menu-category .menu-category-wrapper {
        max-width: 1480px;
        margin: 0 auto;
        background: #fff
    }

    .menu-category .menu-category-wrapper .menu-items-wrapper {
        display: flex;
        margin: 0 -15px
    }

    .menu-category .menu-category-wrapper .menu-item {
        flex: 1;
        padding: 0 15px
    }

    .menu-category .menu-category-wrapper .menu-title {
        top: auto;
        bottom: -25px
    }

    #header .container #logo {
        margin: 0px auto 0px auto;
        width: 105px;
        z-index: 50;
    }

    #ommenu a {
        line-height: 60px;
    }

    #header .container .navbar {
        margin-top: 16px;
    }

    #header .container .order-online {
        top: 5px;
    }
}

@media screen and (min-width: 980px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    #header .container .navbar {
        margin-top: 0px;
    }

    .order-online a {
        margin-top: 0;
    }

    #header .container .top-right {
        flex: 1;
    }

    #header .container #logo {
        padding-top: 0;
    }

    #header .container .top-right .order-online {
        top: 9px;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        padding:10px;
        background: #000000;
    }

    #header .container #logo {
        width: 141px;
    }

    #header .container .top-right .order-online {
        top: 31px;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1321px;
    }
}
span.footer_contact {
    color: white;
}
a.footer_main {
    color: #ffffff;
}
p.footer_address {
    color: white;
}
p.footer_timing {
    color: white;
}
.order-btn{

position:fixed;

bottom:30px;

left:30px;

display:flex;

align-items:center;

gap:10px;

background: #fc6143;

color:white;

padding:12px 22px;

text-decoration:none;

font-weight:bold;

border-radius:6px;

box-shadow:0 6px 15px rgba(0,0,0,0.3);

z-index:999;

animation:pulse 2s infinite;

transition:0.3s;

color: white;

text-transform: uppercase;
}

.order-btn img{

width: 30px;

height: 30px;

object-fit:contain;
}

.order-btn:hover{

background:#000000;

}

/* Pulse Animation */

@keyframes pulse{

0%{
box-shadow:0 0 0 0 rgba(252,97,67,0.7);
}

70%{
box-shadow:0 0 0 20px rgba(197,168,106,0);
}

100%{
box-shadow:0 0 0 0 rgba(197,168,106,0);
}

}

/* Mobile */

@media(max-width:600px){

.order-btn{

bottom:20px;
left:20px;
padding:10px 18px;
font-size:14px;

}

.order-btn img{

width:20px;
height:20px;

}
}
.burger-hero{
width:100%;
height:100vh;
background:url("../img/slide1.jpg") center/cover no-repeat;
background-attachment:fixed;
display:flex;
align-items:center;
justify-content:center;
}

.hero-overlay{
width:100%;
display:flex;
justify-content:center;
}

.hero-box{background: rgb(0 0 0);width:70%;padding:50px 60px;display:flex;align-items:center;justify-content:space-between;text-align:center;}

.hero-left,
.hero-right{
width:30%;
color:#e0271b;
font-size:14px;
}

.hero-center{
width:40%;
}

.hero-logo{width: 320px;margin-bottom:10px;}

.since{
color:#e0271b;
letter-spacing:2px;
font-size:14px;
}

.line{
height:2px;
background:#e0271b;
margin:15px 0;
}
@media(max-width:1024px){

.hero-box{
width:85%;
}
.hero-logo{
width:220px;
height:auto;
}
}

@media(max-width:768px){

.hero-box{
flex-direction:column;
gap:25px;
padding:35px;
}

.hero-left,
.hero-right,
.hero-center{
width:100%;
}

.hero-logo{
width:160px;
}

}

@media(max-width:480px){

.burger-hero{
height:80vh;
}

.hero-logo{
width:140px;
}

.hero-left p,
.hero-right p{
font-size:12px;
}

}
.hero-order-btn{display:inline-block;margin-top:18px;padding:12px 34px;background:#e0271b;color:#fff;font-size:14px;letter-spacing:2px;text-decoration:none;border-radius:4px;transition:all 0.3s ease;text-transform: uppercase;font-weight: 700;}

.hero-order-btn:hover{background: #dd2327;transform:translateY(-3px);box-shadow:0 6px 15px rgba(0,0,0,0.2);}
@media(max-width:768px){

.hero-order-btn{
padding:10px 26px;
font-size:13px;
}

}
@media(max-width:768px){
.hero-logo{
width:160px;
}
}

@media(max-width:480px){
.hero-logo{width: 220px;}
}
.kitchen-section{
background:#e6e6e6;
font-family:Arial, Helvetica, sans-serif;
padding-bottom:80px;
position:relative;
}

/* ZIGZAG */

.zigzag-top{
height:14px;
background:
linear-gradient(-45deg,#fff 7px,transparent 0),
linear-gradient(45deg,#fff 7px,transparent 0);
background-size:14px 14px;
background-repeat:repeat-x;
background-position:left top;
}

/* HEADER */

.kitchen-header{
background:#2f5f9b;
text-align:center;
padding:45px 0;
}

.kitchen-header h2{
color:#fff;
font-size:42px;
letter-spacing:3px;
font-weight:700;
}

/* CONTAINER */

.kitchen-container{
width:85%;
margin:auto;
display:flex;
justify-content:space-between;
align-items:flex-start;
text-align:center;
margin-top:70px;
}

/* ITEMS */

.kitchen-item{
width:30%;
}

.kitchen-item img{
width:250px;
margin-bottom:30px;
}

.kitchen-item p{
color:#1f4a83;
font-size:16px;
line-height:1.8;
max-width:280px;
margin:auto;
}
@media(max-width:1024px){

.kitchen-item img{
width:210px;
}

}

@media(max-width:768px){

.kitchen-container{
flex-direction:column;
gap:60px;
}

.kitchen-item{
width:100%;
}

}

@media(max-width:480px){

.kitchen-header h2{
font-size:30px;
}

.kitchen-item img{
width:180px;
}

}
.about-section{background: #dd2327;padding: 70px 20px;text-align:center;font-family:Arial, Helvetica, sans-serif;}

.about-container{
max-width:800px;
margin:auto;
}

.about-section h2{color:#fff;font-size:70px;font-weight:700;margin-bottom:25px;font-family: 'Pacifico';}

.about-section h4{
color:#fff;
font-size:22px;
margin-bottom:20px;
}

.about-section p{
color:#fff;
font-size:16px;
line-height:1.8;
margin-bottom:35px;
}

.about-btn{
display:inline-block;
padding:14px 36px;
border:2px solid #fff;
color:#fff;
text-decoration:none;
font-size:15px;
transition:0.3s;
}

.about-btn:hover{
background:#fff;
color:#f01816;
}
.burger-quote{
width:100%;
height:80vh;
background:url("../img/about-bg.jpg") center/cover no-repeat;
background-attachment:fixed;
display:flex;
align-items:center;
justify-content:center;
position:relative;
}

.quote-overlay{
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
display:flex;
align-items:center;
justify-content:center;
}

.quote-content{
text-align:center;
max-width:800px;
padding:20px;
}

.quote-content h2{
color:#fff;
font-size:48px;
font-weight:600;
line-height:1.4;
letter-spacing:2px;
margin-bottom:30px;
}

.quote-author{
color:#fff;
font-size:32px;
font-family:cursive;
}
@media(max-width:1024px){

.quote-content h2{
font-size:36px;
}

.quote-author{
font-size:26px;
}

}

@media(max-width:768px){

.burger-quote{
height:70vh;
background-attachment:scroll;
}

.quote-content h2{
font-size:28px;
}

.quote-author{
font-size:22px;
}

}

@media(max-width:480px){

.quote-content h2{
font-size:22px;
line-height:1.5;
}

.quote-author{
font-size:18px;
}

}
.burger-grid-section{background:#f5f5f5;padding: 0px 0;font-family:'Oswald',sans-serif;}

.burger-grid{width: 65%;margin:auto;display:grid;grid-template-columns:1fr 1fr;}

.grid-box{min-height: 500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;}

/* TEXT BOX */

.text-box h3{
color:#e31818;
letter-spacing:3px;
font-size:22px;
}

.heat{
font-family:'Pacifico',cursive;
color:#e31818;
font-size:38px;
margin:15px 0;
}

.text-box p{
max-width:320px;
font-size:14px;
color:#e31818;
margin-bottom:20px;
}

/* BUTTONS */

.menu-btn{border:2px solid #e31818;padding: 10px 50px;color:#e31818;text-decoration:none;margin:5px;}

.order-btn{border:2px solid #e31818;padding:10px 25px;color: #ffffff;text-decoration:none;margin:5px;}

/* BURGER IMAGE */

.burger-box{
background:#e31818;
display:flex;
align-items:center;
justify-content:center;
}

.burger-box img{
width:420px;     /* image bigger */
max-width:100%;
}
/* TOMATO PATTERN */

.tomato-box{
background:url("../img/menu2.png");
background-size:cover;

}

/* VEG TEXT */

.veg-box{
color:#2d5c93;
}

.love{font-family:'Pacifico',cursive;font-size:34px;margin-bottom:10px;color: #2d5c93;}

.veg-box h3{
letter-spacing:3px;
font-size:24px;
}

.veg-box p{max-width:320px;font-size:14px;margin-top:10px;color: #2d5c93;}

.blue{
border-color:#2d5c93;
color:#2d5c93;
}
@media(max-width:1024px){

.burger-grid{
width:85%;
}

}

@media(max-width:768px){

.burger-grid{
grid-template-columns:1fr;
}

.grid-box{
min-height:350px;
}

}

@media(max-width:480px){

.text-box h3{
font-size:18px;
}

.heat{
font-size:30px;
}

}
@media(max-width:768px){

.burger-box img{
width:320px;
}

}

@media(max-width:480px){

.burger-box img{
width:250px;
}

}
@media (max-width:768px){

.burger-grid{
display:flex;
flex-direction:column;
}

/* 1 */
.text-box:nth-of-type(1){
order:1;
}

/* 2 */
.burger-box:nth-of-type(2){
order:2;
}

/* 3 */
.veg-box{
order:3;
}

/* 4 */
.burger-box:nth-of-type(6){
order:4;
}

/* 5 */
.tomato-box{
order:5;
}

}
@media (max-width:768px){

.burger-grid{
display:flex;
flex-direction:column;
}

/* 1 content */
.text-box{
order:1;
}

/* 2 image */
.burger-box:first-of-type{
order:2;
}

/* 3 content */
.veg-box{
order:3;
}

/* 4 image */
.text-box-two{
order:4;
}

/* 5 image */
.burger-box:last-of-type{
order:5;
}

/* 6 image */
.tomato-box{
order:6;
}

}
.text-box-two p {
    max-width: 320px;
    font-size: 14px;
    color: #e31818;
    margin-bottom: 20px;
}
.text-box-two h3 {
    color: #e31818;
    letter-spacing: 3px;
    font-size: 22px;
}
/* SECTION */

.reviews{

background: #000000;

padding:80px 60px;

color: #ffffff;

border-top: 1px solid white;
}

/* HEADER */

.reviews-header{

max-width:700px;
margin-bottom:50px;

}

.reviews-header h2{

font-size:70px;

font-weight:400;

margin-bottom:10px;

color: white;
}

.reviews-header span{

font-size:12px;
display:block;
margin-bottom:15px;

}

.reviews-header p{

font-size:20px;

line-height:1.5;

color: white;
}

/* REVIEW ROW */

.review-item{

display:flex;

justify-content:space-between;

align-items:center;

padding:30px 0;

border-top: 1px solid #ffffff;
}

.review-item:last-child{

border-bottom: 1px solid #ffffff;
}

/* LEFT SIDE */

.review-left{

display:flex;
align-items:center;
gap:20px;

}

.icon{

width:30px;
height:30px;
border:1px solid #2c2c2c;

}

.name{

font-size: 28px;
}

/* RIGHT TEXT */

.review-text{

max-width:420px;
font-size:15px;
line-height:1.6;

}

/* MOBILE */

@media(max-width:900px){

.reviews{
padding:60px 30px;
}

.reviews-header h2{
font-size:40px;
}

.review-item{

flex-direction:column;
align-items:flex-start;
gap:15px;

}

.review-text{

max-width:100%;

}

}

/* SECTION */
.gallery-section {
    padding: 120px 6%;
    background: #e31818;
}

.gallery-container {
    max-width: 1400px;
    margin: auto;
}

/* TITLE */
.gallery-title {
    text-align: center;
    font-size: 60px;
    font-family: Bebas Neue, sans-serif;
    font-weight: 800;
    letter-spacing: 3px;
    color: #000000;
    margin-bottom: 70px;
}

/* GRID */
.gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 300px 300px;
    gap: 10px;
}

/* LARGE IMAGE */
.gallery-item.large {
    grid-row: span 2;
}

/* IMAGE STYLE */
.gallery-item {
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Hover Zoom */
.gallery-item:hover img {
    transform: scale(1.08);
}
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .gallery-item.large {
        grid-row: span 1;
        grid-column: span 2;
        height: 350px;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item.large {
        grid-column: span 1;
        height: 300px;
    }

    .gallery-title {
        font-size: 40px;
    }
}