@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montez&family=Suranna&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;1,300;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@300;400;500;600;700&display=swap');



:root{
    --pop:'Poppins', sans-serif;
    --robo: 'Roboto', sans-serif;
    --suru:'Suranna', serif;
    --mon:'Montez', cursive;
    --great: 'Great Vibes', cursive;
    --zilla:'Zilla Slab', serif;
    --kus:'Kaushan Script', cursive;
    --oswa:'Oswald', sans-serif;
    --plex:'IBM Plex Sans Thai', sans-serif;

    --main-color:#47af40;
    --sec:#25a343;
    --third:rgb(10,255,10);

    --black:#000000;
    --white:#ffffff;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--pop);
}
html{
    scroll-behavior: smooth;
}
a{text-decoration: none;}
a:hover{text-decoration: none !important;}

::-webkit-scrollbar{
    width: 0px;
    background: transparent;
}

.c-nav{

    background-color:transparent;
    padding: 20px 10px 10px 20px !important;
    min-height:60px;
    transition: all .5s;
}
.c-nav2{
    padding: 0 10px 0 20px !important;
    background-color: var(--black)!important;
    min-height:60px;
    transition: all .5s;
}

.ca{
    color:var(--white)!important;
    padding-right: 30px!important;
    font-size: 17px;
    font-family: var(--robo);
    font-weight: 500;
    transition: .5s;
}
.ca:hover{
    color: var(--third)!important;
    transition: .5s;
}
.pro{
    width: 80px;
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.ca-img{
    width: 40px;
}
.dropdown-toggle::after{
    color: wheat!important;
}

.cdrop i{
    margin-right: 7px;
}



.landing{
    position: relative;
    width: 100%;
    height: 750px;
    background: url(../images/bghome.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.landing-overlay{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 100px;
}
.lan-img{
    width: 280px;
    height: auto;
}
.line{
    width: 400px;
    height: 4px;
    background: var(--third);
    margin:20px 0 12px;
}
.line2{
    width: 280px;
    height: 4px;
    background: var(--third);
}
.lan-text{
    font-family: var(--great);
    font-size: 100px;
    letter-spacing: 1px;
    color: var(--third);
    font-weight:500;
    padding-top: 45px;
}

.hexa{
    margin-top: 70px;
    width: 80px;
    height: 80px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    background:linear-gradient(#00FF55,#1A9C44);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hexa-img{
    width: 30px;
}
.wow{
    animation: MoveUpDown 3s linear infinite;
}

@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(6px);
    }
    50% {
        transform: translateY(-6px);
    }
}

.about{
    width: 100%;
    min-height:700px;
    background: url(../images/ab-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.about .container{
    max-width: 1170px;
}
.row{
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}
.abimg1,
.abimg3{
    padding-top: 80px;
}
.ab-img1{
    max-width: 100%;
    height: auto;
    display: block;
}
.ab2{
    background: url(../images/ab3.png);
}
.abimg2{
    background-size: 100%;
    background-position: center;
    background-color: #fff;
    border: 17px solid #131822;
    padding: 125px 80px;
    box-shadow: 0 0 18px 7px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 18px 7px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 18px 7px rgb(0 0 0 / 30%);
    text-align: center;
}
.abimg-head{
    margin-bottom: 50px;
}
.abimg-head h3{
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Suranna', serif;
    color: #161d27;
    margin-top: 0;
    text-transform: uppercase;
}
.abimg-head h3 span{
    font-size: 36px;
    font-family: 'Montez', cursive;
    text-transform: none;
    color: #00ff55;
    font-weight: bold;
    line-height: 25px;
}


.divider{
    position: relative;
    margin:15px auto 0 auto;
    width: 90px;
    text-align: center;
    font-family: 'Montez', cursive;
    text-transform: none;
}
.divider .hr-left{
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    width: 30px;
    background: var(--third);
}
.divider .hr-right{
    position: absolute;
    content: '';
    right: 0;
    height: 1px;
    width: 30px;
    background: var(--third);
}
.hr-icon{
    position: absolute;
    font-size: 6px;
    left: 0;
    right: 0;
    top: -2px;
    color: var(--third);
}
.abimg2 p{
    font-family: var(--pop);
    font-size: 16px;
    color: #777777;
}

.main-para{
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../images/mandi.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.para-over{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
}
.para-over h2{
    color: var(--white);
    font-family: var(--suru);
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: bold;
}
.para-over h3{
    padding-top: 20px;
    color:var(--white);
    font-size: 20px;
    font-weight: 400;
}
.disc-btn{
    padding: 20px 0 0;
    text-align: center;
}
.disco{
    position: relative;
    display: inline-block;
    padding: 12px 40px;
    border: 3px solid var(--third);
    border-radius:10px;
    background: var(--third);
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 13px 27px 0 rgb(68 206 111 / 25%);
    font-family: var(--pop);
    text-transform: uppercase;
    background-image: linear-gradient( 109.6deg,  rgb(201, 15, 15) 11.2%, rgb(201, 18, 5) 98.6% );
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size .5s, color .5s;
}
.disco:hover {
    background-size: 0% 100%;
    color: #fff;
}
.showmain{
    width: 100%;
    height: 500px;
    background: url(../images/bg_4.png)no-repeat center;
    background-size: cover;
}

.show-div{
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: auto;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.show-div .container{
    max-width: 1170px;
}
.show-col{
    height: 300px;
    border: 4px solid var(--third);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.show-img{
    width: 95px;
    height: auto;
}
.show-img2{
    width: 105px;
    height: auto;
}
.show-img3{
    width: 62px;
    height: auto;
}
.show-img4{
    width:80px;
    height: auto;
}
.show-col h2{
    color: var(--white);
    font-size: 28px;
    margin: 20px 0 10px;
    font-family: var(--robo);
    text-transform: uppercase;
}
.show-col p{
    color: var(--third);
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:var(--third)!important;
}

/* .owl-carousel .nav-btn{
    height: 47px;
    position: absolute;
    width: 32px;
    cursor: pointer;
    top: 35% !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
  }

 #brands.owl-carousel .prev-slide{
     background: url(../images/work/left-arrow.svg) no-repeat;
    background-size: contain;
    left: -43px;
  }
#brands.owl-carousel .next-slide{
    background: url(../images/work/next.svg) no-repeat;
    right: -43px;
  } */

.smenu{
    position: relative;
    width: 100%;
    height:1000px;
    background:url(../images/special.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.smenu-over{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    background-color: rgb(0, 0, 0 ,0.8);
    padding: 100px 160px;
}
.head1{
    text-align: center;
    font-family: var(--kus);
    font-size: 60px;
    padding-bottom: 10px;
    color: var(--white);
}
.head-div{
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0 40px;
}
.h1-line{
    margin-bottom: 10px;
    width:22px;
    height: 2px;
    background: var(--third);
}
.head-div h4{
    color: var(--white);
    font-size: 20px;
    font-family: var(--zilla);
    line-height: 30px;
}
.h1-line2{
    margin-bottom: 20px;
    width:22px;
    height: 2px;
    background: var(--third);
}
#special .item
{
    padding: 10px;
    width: 380px;
}
.item-img{
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.smenu-img
{
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 2s;
}
.simg-over{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0 ,0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 2s;

}
.simg-over h2{
    color: whitesmoke;
    font-family: var(--kus);
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 2s;
}

.item-img:hover .smenu-img{
    transform: scale(1.3);
    transition: all 2s;
}
.item-img:hover .simg-over{
    opacity: 1;
    transition: all 2s;
}


.smenu-body{
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.smenu-title{
    position: relative;
    color: var(--third);
    font-family: var(--robo);
    font-size: 22px;
}
.sl1{
    margin-bottom: 15px;
    width:22px;
    height: 1.6px;
    background: var(--third);
}
.sl2{
    margin-top: 8px;
    width:22px;
    height: 1.6px;
    background: var(--third);
}

.smenu-text{
    margin-top: 10px;
    color: var(--white);
    font-family: var(--zilla);
    font-size: 18px;
    width: 88%;
}
.sh2{
    font-family: var(--great);
    color: var(--third);
    display: none;
}


.main-menu{
    width: 100%;
    min-height: 600px;
    background: var(--white);
    padding: 100px 0;
    margin-bottom: 100px;
}
.main-menu h2{
    text-align: center;
    font-family: var(--suru);
    font-size: 60px;
    font-weight: bold;
}
.main-menu h4{
    position: relative;
    text-align: center;
    font-family: var(--kus);
    font-size: 22px;
    margin:20px 0 50px;
}
.main-menu h4::before{
    position: absolute;
    content: '';
    top: 40%;
    left:43%;
    width: 30px;
    height: 2px;
    background: var(--third);
}
.main-menu h4::after{
    position: absolute;
    content: '';
    top: 40%;
    right:43%;
    width: 30px;
    height: 2px;
    background: var(--third);
}



.main-menu .container{
    max-width: 1250px;
}

.main-verti{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu .mitem
{
    position: relative;
    padding: 10px;
    width: 100%;
    height: 580px;
}
.verti-img{
    width: 95%;
    height: 100%;
}
.vimg-over{
    position: absolute;
    top: 20%;
    right:0;
    padding: 20px;
    width: 370px;
    min-height: 250px;
    background: rgba(241,241,241,0.6);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px dotted rgb(40, 238, 40);
}
.vimg-over .dishname{
    font-family: var(--zilla);
    font-size: 20px;
    font-weight: bold;
}
.vimg-over .dishprice{
    font-size: 20px;
}
.dishprice i{
    margin-right: 8px;
    font-size: 18px;
}
.vimg-over fieldset{
    margin-top: 15px;
}
fieldset .rate{
    color: rgba(255, 174, 0, 0.932);
}
.vimg-over p{
    margin-top: 15px;
    font-family: var(--zilla);
    font-size: 17px;
}
.vmenu-btn{
    padding: 15px 0;
}
.vm-btn{
    padding: 7px 0;
    width: 60px;
    border: 2px solid rgb(1, 161, 1)!important;
    margin-right: 8px;
    transition: all .8s;
}
.vm-btn i{
    color: rgb(1, 161, 1);
}
.vm-btn:hover{
    background:rgb(1, 161, 1);
    transition: all .8s;
}
.vm-btn:hover i{
    color: white;
    transition:all .5s;
}



.maincol3{
    margin-top: 12%;
    padding: 0 20px!important;
}
.main-link{
    background:rgb(230, 230, 230);
    margin-top: 10px;
    padding:13px 20px!important;
    border-radius: 15px!important;
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-family: var(--robo);
}
.main-link:hover{
    color: black;
}
.nav-pills .main-link.active, .nav-pills .show>.main-link {
    background-color: var(--sec)!important;
}
.menu.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}
.menu-button{
    margin-top: -20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 100;
}
.menu-btn{
    padding: 10px 40px;
    background: var(--sec);
    border: 2px solid green;
    color: black;
    font-family: var(--robo);
    border-radius: 10px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 13px 27px 0 rgb(68 206 111 / 25%);
    font-family: var(--pop);
    text-transform: uppercase;
    background-image: linear-gradient( 109.6deg,  rgb(174, 248, 167) 11.2%, rgb(192, 245, 210) 98.6% );
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size .5s, color .5s;
}
.menu-btn:hover {
    background-size: 0% 100%;
    color: #fff;
}

.chef-sec{
    position: relative;
    width: 100%;
    height: 560px;
    background: url(../images/chef-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
}
.chef-overlay{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding: 0 70px;
}
.chef-img{
    width: 450px;
    height: 650px;
    right: 0;
    margin-top: -90px;
}

.chef-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 100px;
}
.chef-h2{
    color: var(--white);
    padding-bottom: 15px;
    font-family: var(--robo);
    font-size: 42px;
}
.chef-msg{
    padding: 15px 0;
    text-align: center;
    font-family: var(--pop);
    font-size: 18px;
    font-weight: normal;
    color: whitesmoke;
}

.chef-sign{
    margin: 20px 0 0;
    font-family: var(--great);
    color: var(--third);
    font-size: 40px;
    transform: rotate(-15deg);
}


.lnews{
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 100px 150px;
}
.ln-head{
    width: 100%;
}

.ln-head h2{
    text-align: center;
    font-family: var(--suru);
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 1px;
}

.ln-head h4{
    position: relative;
    text-align: center;
    font-family: var(--kus);
    font-size: 22px;
    margin:20px 0 50px;
}
.ln-head h4::before{
    position: absolute;
    content: '';
    top: 45%;
    left:41%;
    width: 30px;
    height: 2px;
    background: var(--third);
}

.ln-head h4::after{
    position: absolute;
    content: '';
    top: 45%;
    right:41%;
    width: 30px;
    height: 2px;
    background: var(--third);
}
.lnitem{
    width: 30%;
    min-height: 300px;
    border-radius: 15px;
    position: relative;
}
.lnimg{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.lncap{

    position: absolute;
    width: 100%;
    height: 130px;
    content: '';
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    padding-top: 20px;
    color: rgb(228, 228, 228);
}
.lnh4{
    text-transform: uppercase;
    font-size: 28px;
    font-family: var(--pop);
    font-weight: 500;

}
.lnh6{
    font-size: 16px;
    font-family: var(--kus);
    font-weight: 600;
    letter-spacing: 1px;
}
.lnpb{
    position: absolute;
    width: 60%;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background: var(--sec);
    content: '';
    bottom: -30px;
    left: 20%;

}







/* about */

.about-page{
    position: relative;
    width: 100%;
    height: 700px;
    background: url(../images/about/ab1.jpeg);
    background-position: center;
    background-size: cover;
}
.abpage-over{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.abpage-over h4{
    color: var(--third);
    font-family: var(--mon);
    font-size: 60px;
    padding-bottom: 10px;
}
.abpage-over h2{
    color: var(--white);
    font-family: var(--suru);
    font-size: 60px;
    line-height: 40px;
}

.abpage1{
    width: 100%;
    min-height: 500px;
    padding: 100px 0 0;
}
.container{
    max-width: 1250px;
}
.abpag1-img{
    max-width: 100%;
    height: auto;
}
.abpag1-con{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.custom-heading{
    margin-bottom: 30px;
}
.custom-heading h3{
    font-size: 36px;
    line-height: 36px;
    font-family: var(--suru);
    margin-bottom: 10px;
}
.custom-heading h3 span{
    font-family: var(--mon);
    color: var(--third);
}
.blockquote p{
    text-align: center;
    font-family: var(--suru);
    font-size: 36px;
    line-height: 42px;
    color: #03c242;
    padding:0 100px;
}
.blockquote span{
    color: #353535;
    font-size: 14px;
    font-family: var(--pop);
}
.abpg-p{
    font-family: var(--pop);
    color:#777777;

}
.abpage2{
    width: 100%;
    min-height: 500px;
    padding: 100px 0 50px;
}
.abpag2-img{
    max-width: 100%;
    height: auto;
    border: 1px dashed rgb(58, 245, 58);
}

.abpage2 .fname{
    font-family: var(--suru);
    font-size: 40px;
    font-weight: bold;
}
.abpage2 span{
    font-size: var(--kus);
    font-weight: normal;
    font-size: 36px;
    color: rgb(1, 161, 1);
}

.abpage3{
    position: relative;
    width: 100%;
    height: 700px;
    background: url(../images/swaad/swaad-mandi.jpg) no-repeat;
    background-size: cover;
}
.abpage3-over{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.abpage3-over h4{
    color: var(--third);
    font-family: var(--mon);
    font-size: 50px;
    padding-bottom: 8px;
}
.abpage3-over h2{
    color: var(--white);
    font-family: var(--suru);
    font-size: 44px;
    padding-bottom: 8px;
}

.left3{
    position: relative;
}
.left3::before{
    position: absolute;
    content: '';
    width: 76px;
    height: 1px;
    left: 40px;
    top: 14px;
    background: var(--third);
}
.left3::after{
    position: absolute;
    content: "";
    width: 93px;
    height: 1px;
    top: 18px;
    left: 40px;
    background:var(--third);
}
.right3{
    position: relative;
}
.right3::before{
    position: absolute;
    content: "";
    width: 76px;
    height: 1px;
    right: 40px;
    top: 14px;
    background: var(--third);
}
.right3::after{
    position: absolute;
    content: "";
    width: 93px;
    height: 1px;
    top: 18px;
    right:40px;
    background: var(--third);
}
.d3-img{
    width: 25px;
    height: auto;
    text-align: center;
}

/* Mission Vision */
.msv{
    position:fixed;
    width:100%;
    height:100vh;
   

}
.innermainsec{
    width: 100%;
    height:100%;
    position: relative;
    padding: 100px 120px;
    display: flex;
}
.leftlogin{
    width: 50%;
    height: 100%;
    background: black;
    padding: 40px;
}
.rightlogin{
    width: 50%;
    height: 100%;
    background: blue;
    


}
.rt-over{
    padding:40px;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 45, 59, 0.521);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.mt-3{
    margin-top: 30px;
}
/*----------------*/
.about-location{
    width: 100%;
    min-height: 500px;
    padding: 100px 0 10px;
}
.container{
    max-width: 1250px;
}
.about-location .row{
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}
.al-img{
    max-width: 100%;
    height: auto;
}
.al-con{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding:0 10px 0 50px;
    flex-direction: column;
}
.al-con2{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding:0 20px 0 0;
    flex-direction: column;
}

.al-con h2,
.al-con2 h2{
    color: var(--third);
    font-family: var(--great);
    font-size: 40px;
}
.al-con h1,
.al-con2 h1{
    color: var(--black);
    font-family: var(--suru);
    font-size: 42px;
    padding-bottom: 10px;
}
.loca-p,
.hour-p,
.contact-p{
    color: #696969;
    padding-bottom: 10px;
}
.al-con h3,
.al-con2 h3{
    color: var(--black);
    font-family: 'Times New Roman', Times, serif;
    font-size: 28px;
}

.catering{
    position: relative;
    width: 100%;
    height: 700px;
    background: url(../images/about/cat2.jpg) no-repeat;
    background-size: cover;
    background-position:top center;
}

.cate-over{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cate-over h4{
    color: var(--third);
    font-family: var(--mon);
    font-size: 50px;
    padding-bottom: 8px;
}
.cate-over h2{
    color: var(--white);
    font-family: var(--suru);
    font-size: 44px;
    padding-bottom: 8px;
}

.cater{
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 100px;
}
.cater-item
{
    width:27%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cater-image{
    width:100%;
}
.c-img{
    width: 100%;
    height: auto;
}
.cater-cont{
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
}
.cater-cont h2{
    font-family:var(--suru);
    font-size: 25px;
    padding-top: 10px;
}
.cater-cont p{
    color: #777777;
}
.mb-90{margin-bottom: 90px;}


/* contact*/
.contact-page{
    position: relative;
    width: 100%;
    height: 350px;
    background: url(../images/contact/pattern2.jpg);
    background-size: contain;
    background-repeat: repeat;
}
.cpage-over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}


.service{
    width: 100%;
    min-height: 500px;
    padding: 100px 0;
    background: #eff2f6;
}
.service .container{
    max-width: 1250px!important;
}

.service .row{
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}
.service-div.bg1{
    background-image:url(../images/contact/bg1.jpeg) ;
}
.service-div.bg2{
    background-image:url(../images/contact/bg2.jpeg) ;
}
.service-div.bg3{
    background-image:url(../images/contact/bg3.jpeg) ;
}

.service-div{
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    text-align: center;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.service-div h3{
    font-size: 19px;
    transition: .5s;
    line-height: 1.4;
    margin-top: 22px;
    margin-bottom: 12px;
    font-family: var(--pop);
    color: var(--s1);
    font-weight: 500;
}
.service-div p{
    margin-bottom: 25px;
    transition: .5s;
    color: #252525;
    line-height: 1.8;
}

.service-div:before
{
    background:#fff
}
.service-div:after,
.service-div:before
{

    transition:.5s;
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    border:1px dashed #91caff;
}
.service-div:after
{
    background:#07c044;
    opacity:0.5;
    visibility:hidden
}
.service-div h3
{   font-size:19px;
    transition:.5s;
    line-height:1.4
    ;margin-top:22px;
    margin-bottom:12px;
    color: var(--main-color);
}
.service-div .icon
{
    display:inline-block;
    color:var(--third);
    width:85px;
    height:85px;
    line-height:85px;
    border:1px solid var(--third);
    border-radius:50%;
    transition:.5s;
    padding-top: 8px;
}
.service-div .icon i:before
{
    font-size:35px
}
.service-div p
{
    margin-top:15px;
    margin-bottom: 0;
    transition:.5s;
}

.service-div:focus:before,
.service-div:hover:before
{
    opacity:0;
    visibility:hidden;
}
.service-div:focus:after,
.service-div:hover:after
{
    opacity:.85;
    visibility:visible;
}
.service-div:focus h3,
.service-div:focus p,
.service-div:hover h3,
.service-div:hover p
{
    color:#fff;
}
.service-div:focus .icon,
.service-div:hover .icon
{
    border-color:#fff;
    color:#fff;
}
.service-div:focus a,
.service-div:hover a
{
    background-color:#fff;
    color:#44ce6f;
}


.cpage-main{
    width: 100%;
    min-height: 500px;
    padding: 100px;
}
.cpage-maindiv{
    padding: 0 0 40px;
    text-align: center;
}
.cpage-maindiv h2 {
    font-family: var(--oswa);
    font-size: 50px;
}
.cpage-maindiv p{
    margin-top: 10px;
    font-family: var(--zilla);
    font-size: 20px;
}
.cform-img{
    position: relative;
    width: 100%;
    height: 520px;
}
.cimg{
    position: relative;
    width: 100%;
    max-height: 100%;
}

.contact-form{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-form{
    width: 600px;
    height: 520px;
    padding: 30px;
    border: 1px dashed rgb(162, 168, 253);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.cont-form .form-group{
    padding-top: 15px!important;
    margin-left: 0;
    margin-right: 0;
}
.cont-form input{
    display: block;
    border: none;
    outline: none;
    background-color: #eff2f6;
    height: 50px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 4px;
    font-size: 15px;
}
.cont-form textarea{
    display: block;
    border: none;
    outline: none;
    background-color: #eff2f6;
    min-height: 120px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 4px;
    font-size: 15px;
}

.submit-btn{
    margin: 20px 0 0!important;
    text-align: center;
}
.sub-btn{
    width: 160px;
    height: 45px;
    background: var(--main-color);
    outline: none;
    border: none;
    color: white;
    border-radius: 4px;
    box-shadow: 0 2px 5px var(--main-color);
    transition: all .6s ease-in-out;
}
.sub-btn:hover{
    background: var(--sec);
    transition: all .6s ease-in-out;
}


/*menu*/

.menu-page{
    position: relative;
    width: 100%;
    height: 350px;
    background: url(../images/menu/pattern.png);
    background-size: contain;
    background-repeat: repeat;
}

.allmenu{
    width: 100%;
    min-height: 500px;
    padding:0 0 50px;
}
.bg-gray{
    background: #eff2f6;
}

.allmenu-title{
    width: 100%;
    min-height: 200px;
    padding: 80px 80px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.start-h2{
    position: relative;
    font-family: var(--oswa);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.start-h2::before{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--sec);
}
.starter-btn{
    padding: 10px 35px;
    background: var(--black);
    border-radius: 10px;
    color: var(--white);
    transition: all .5s;
}
.starter-btn:hover{
    background: var(--sec);
    color: var(--white);
    transition: all .5s;
}

.start-box{
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:30px;
    flex-wrap: wrap;
    padding:0 150px;
}
.start-item{
    width: 30%;
    margin-bottom: 50px;
}
.start-img{
    position: relative;
    width: 360px;
    height: 360px;
}
.star-img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.food-tag{
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    padding:3px 12px;
    border-radius: 10px;
    font-size:12px;
    font-family:var(--pop);
    text-transform: capitalize;
}
.bg-red{
    background: red;
    color: white;
}
.bg-aqua{
    background: rgb(224, 120, 0);
    color: white;
}
.start-over{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 360px;
    min-height: 80px;
    background: rgba(0,0,0,.8);
    padding: 10px 5px 0;
    border-radius: 10px;
}
.foname{
    font-family: var(--suru);
    font-size: 20px;
    color: var(--white);
    text-align: center;
}

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

.start-btn p{
    color: var(--third);
    font-size: 18px;
    padding-left: 15px;
}
.start-btn .fa-rupee-sign{
    margin-right: 7px;
}
.sm-btn{
    font-size: 14px;
    color: var(--third);
    padding: 5px 10px;
    border: 1px solid var(--third);
    margin-right: 5px;
    border-radius: 5px;
    transition: all .5s;
}
.sm-btn:hover{
    background: var(--white);
    transition: all .5s;
}



/*new menu section */

.para-menud{
    width: 100%;
    min-height: 100px;
    padding: 50px 50px 0;
}

.parad-item{
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.parad-item a{
    color: black;
    text-align: center;
}
.parad-img{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.parab-img{
    position: relative;
    width: 150px;
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: all 1s;
}
.parad-img:hover .parab-img{
    transform: scale(1.1);
    transition: all 1s;
    overflow: hidden;
}

.parad-body{
    padding-top: 15px;
}
.parad-title{
    font-family: var(--plex);
    font-weight: bold;
    font-size: 20px;
    transition: all .5s;
}
.parad-title:hover{
    color: var(--third);
    transition: all .5s;
}

#backTop {
    display: inline-block;
    background-color: var(--third);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #backTop i {
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #backTop:hover {
    cursor: pointer;
    background-color: rgb(255, 0, 0);
  }
  #backTop:active {
    background-color: #555;
  }
  #backTop.show {
    opacity: 1;
    visibility: visible;
  }








/* menu discription*/

.menud-page{
    position: relative;
    width: 100%;
    height: 200px;
    background: url(../images/menu/pattern.png);
    background-size: contain;
    background-repeat: repeat;
}

.menudisc-page{
    width: 100%;
    min-height: 700px;
    padding: 100px 130px;
}


#sync1 .item {
    margin: 5px;
}
.sync-img{
    max-width: 100%;
	height: 400px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px
}
#sync2 .item {
    margin: 20px 5px 0;
}
.sync2-img{
    width: 130px;
    height: 85px;
    border-radius: 10px;
}

#sync2 .owl-item {
	opacity: .5
}
#sync2 .owl-item.current {
	opacity: 1
}

.sync-cont{
    padding: 0 10px 0 30px ;
}
.sync-food{
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star-rate
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.star-rate .food2-tag{
    margin-right: 8px;
    padding: 3px 13px;
    border-radius: 5px;
    font-size: 13px;
    font-family: var(--pop);
    text-transform: capitalize;
}
.bg-green{
    background: var(--main-color);
    color: var(--white);
}
.sync-cont fieldset{
    padding: 20px 0;
}
.sync-food h2{
    font-family: var(--oswa);
    font-size: 40px;
}
.sync-food p{
    margin-bottom: 0;
    font-family: var(--oswa);
    font-size: 28px;
}
.sync-food i{
    margin-right: 8px;
}
.sync-fcont p{
    font-family: var(--pop);
    font-size: 16px;
    margin-top: 15px;
}
.sync-cart{
    padding: 40px 0 0;
}
.scart-btn{
    padding:12px 25px;
    background: var(--black);
    border-radius: 5px;
    color: var(--white);
    font-family: var(--robo);
    transition: all .5s;
    box-shadow: rgba(39, 248, 50, 0.35) 0px 5px 15px;
}
.scart-btn i{
    margin-left: 7px;
}
.scart-btn:hover{
    background: var(--sec);
    color: var(--white);
    transition: all .5s;
}

.food-descript{
    padding: 0 130px 100px;
}

.nav-descri{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin-top: 10px;
    padding:50px;
}
.nav-review{
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin-top: 10px;
    padding:20px 50px 50px;
}
.nav-review h2{
    font-family: var(--oswa);
    font-size: 30px;
    padding:20px 0 12px;
}
.nav-descri p{
    font-family: var(--zilla);
    font-size: 18px;
}

.review-main{
    margin-top: 30px;
    width: 100%;
    background: white;
    min-height: 170px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    border-radius: 10px;
}
.review-img
{
    width: 13%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.rev-img{
    width: 80px;
    height: auto;
    border: 3px solid black;
    border-radius: 8px;
    margin-bottom: 15px;
}
.review-img i{
    font-size: 12px;
}
.review-cont{
    width: 87%;
    padding: 20px 20px 10px 0;
}
.review-cont h4{
    font-family: var(--robo);
    font-size: 20px;
}
.review-cont h6{
    font-size: 13px;
    color: #696969;
}
.review-cont p{
    margin-top: 15px;
    margin-bottom: 0;
    font-family: var(--pop);
    font-size: 16px;
    color: #777777;
}
select {
    font-family: 'FontAwesome', 'sans-serif';
  }

.review-form{
    margin-top: 40px;
    border: 2px solid rgb(32, 32, 32);
    padding: 20px;
    border-radius: 15px;
}
.rev-form{
    padding: 20px 0 30px;
}
.rev-form .form-group{
    padding-top: 10px;
}
.rev-btn{
    padding: 7px 30px;
    background: black;
    border-radius: 50px;
    color: var(--white)!important;
    transition: all .6s ease-in;
}
.rev-btn:hover{
    background: var(--main-color);
    transition: all .6s ease-in;
}


.food-descript .nav-link{
    background:rgb(230, 230, 230);
    margin: 10px 15px 10px  0;
    border-radius: 10px!important;
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-family: var(--robo);
    font-size: 16px;
}
.food-descript .nav-link:hover{
    color: black;
}
.food-descript .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--sec)!important;
}






/* gallery */

.gallery-page{
    position: relative;
    width: 100%;
    height:300px;
    background: url(../images/menu/pattern.png);
    background-repeat: repeat;
    background-size: contain;
}

.g-sec
{
    width: 100%;
    padding:50px;
    background:rgb(41, 40, 40);
}
.g-sec2
{
    width: 100%;
    padding:50px;
    background:rgb(41, 40, 40);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 22px;
}
.g-item{
    width: 32%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.g-img{
    position: relative;
    width: 100%;
    height: 100%;
}
.g-tit{
    position: relative;
}
.g-tit::after{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 5px;
    background: #03c242;
    content: '';
}

.gallery{
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    grid-template: "1fr 1fr 1fr "300px
                   "1fr 1fr 1fr" 300px
                   "1fr 1fr 1fr" 300px;
    overflow-x: hidden;

}

.gallery .box{
    position: relative;
    background: #ccc;
    margin:15px;
	overflow-x:hidden;
	overflow-y:hidden;
}

.gallery .box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: 1s;
}
.gallery .box img:hover{

    transform: scale(1.1);

}


/* login */

.login-page{
    width: 100%;
    height:800px;
    background: white;
    padding:120px;
}
.login-row{
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}
.login-div{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    height: 560px;
}
.login-div-h2{
    text-align: center;
    font-family: var(--plex);
    color: var(--white);
    font-size: 32px;
    font-weight: 500;
    padding-top: 20px;
}
.login-col1{
    position: relative;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.login-img{
    max-width:400px;
    height: auto;
}
.login-over{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}
.login-col1-h3{
    font-family: var(--robo);
    color: var(--black);
    font-size: 28px;
    font-weight: bold;
}
.login-p{
    padding-top: 10px;
    width: 320px;
    font-family: var(--crimson);
    font-size: 17px;
    color: #4400ff;
    text-align: center;
    margin-bottom: 10px;
}
.col1-h4{
    padding: 10px 0;
    font-family: var(--plex);
    font-size: 16px;
    color: rgb(255, 4, 109);
    text-align: center;
}

.login-a{
    margin-bottom: 20px;
    text-align: center;
    color:white;
    border-radius: 20px;
	border: 2px solid orangered;
    background: black;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all .8s ease-in;
}
.login-a:hover{
    background: orangered;
    color: white;
    transition: all .8s ease-in;
}

.login-col2{
    width: 100%;
    background: #232323;
    height: 560px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.login-form{
    padding:0 130px;
}
.login-form label{
    color: var(--white);
    font-family: var(--plex);
    font-size: 20px;
    padding-bottom: 5px;
}
.login-form input{
    margin-left: 6px;
}
.forget{
    text-align: right;
}
.forget a{
    font-family: var(--plex);
    color: white;
    transition:all .3s;
}
.forget a:hover{
    color: orangered;
    transition: all.3s;
}

.subres-btn{
    margin-top: 20px;
    text-align: center;
}
.login-btn{
    width: 150px;
    height: 40px;
    background:orangered;
    border:2px solid orangered;
    border-radius:10px;
    outline: none;
    color: white;
    transition: all .5s ease-in;
}
.login-btn:hover{
    background: var(--third);
    border: 2px solid black;
    color: var(--white);
    transition: all .5s ease-in-out;
}
.regis{
    padding:10px 0 20px;
}
.regis-btn{
    width: 180px;
    height: 45px;
    background:orangered;
    border:2px solid orangered;
    border-radius:10px;
    outline: none;
    color: white;
    transition: all .5s ease-in;
}
.regis-btn:hover{
    background: var(--third);
    border: 2px solid black;
    color: var(--black);
    transition: all .5s ease-in-out;
}
.forget-div{
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forget-img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

/* my cart*/

.cart-page{
    width: 100%;
    min-height: 400px;
    padding: 50px 20px;
}
.cart-page .row{
    width: 100%;
    padding: 0!important;
    margin: 0!important;
}
.cart-header{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.cartitem-head{
    width: 50%;
    height: 60px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.cartitem-head2{
    width: 50%;
    height: 60px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.cartitem-head h4,
.cartitem-head2 h4{
    font-family: var(--pop);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.cart-box{
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgb(228, 222, 222);
    border-bottom: 1px solid rgb(119, 116, 116);
}
.cart-item1{
    width: 50%;
    min-height: 150px;
}
.cart-item2{
    width: 50%;
    min-height: 150px;
}

.cart-product{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 20px;
}
.cartpro-img{
    width: 40%;
    padding: 0 0 0 20px ;
}
.cartp-img{
    width: 150px;
    height: 100px;
}
.cartpro-detail{
    width: 60%;
    min-height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.cartpro-detail h3{
    font-family: var(--robo);
    font-size: 22px;
    padding-top: 10px;
}
.cartprice-detail .fa-rupee-sign{
    margin-right: 3px;
    font-size: 17px;
}
.prodelet{
    padding-top: 10px;
}
.prodelet .fa-edit{
    color:rgb(12, 180, 12);
    margin-right: 10px;
    font-size: 18px;
}
.prodelet .fa-trash-alt{
    color: red;
    font-size: 18px;
}
.cartprice-detail{
    width: 100%;
    height: 150px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cartprice-detail h3{
    color: black;
    font-family: var(--oswa);
    font-size: 18px;
    text-align: center;
}
.qty-select{
    border: 2px solid #36e244;
    border-radius: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    padding: 0 20px;
}
.qty-select a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: rgb(41, 41, 41);
    transition: all .5s;
}
.qty-select a:hover{
    color: black;
    transition: all .5s;
}
.qty-select input{
    border: 0 solid;
    background: rgb(228, 222, 222);
    border-radius: 0;
    color: black;
    float: left;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    width: 60px !important;
    padding:  10px !important;
}

.cart-buttons{
    width: 100%;
    bottom: 0;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart-buttons button{
    margin-right: 10px;
    font-family: var(--pop);
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}
.cart-update{
    padding: 10px 35px;
    border-radius: 35px;
    background-color: transparent;
    color: black;
    border: 2px solid black;
    transition: all 1s;
}
.cart-update:hover{
    background-color:#c51c23;
    border: 2px solid #c51c23;
    color: white;
    transition: all 1s;
}
.checkout{
    padding: 10px 35px;
    border-radius: 35px;
    background-color:#a5060b;
    color: black;
    border: 2px solid #7a0206;
    color: white;
    transition: all 1s;
}
.checkout:hover{
    background-color: black;
    color: white;
    transition: all 1s;
}
.cart-total{
    padding: 40px;
    width: 100%;
    min-height: 200px;
    background: rgb(211, 211, 211);
    border: 1px dashed black;
    box-shadow: rgba(139, 18, 18, 0.473) 0px 5px 15px;
}
.cart-total ul{
    list-style-type: none;
    border-bottom: 1px solid #696969;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.cart-total li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.cart-total span{
    font-family:var(--pop);
    font-size: 17px;
    color: black;
    text-transform: capitalize;
}
.cart-total i{
    margin-left: 5px;
    font-size: 15px;
}
.cart-total h3{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px;
    text-transform: capitalize;
}
.order-total span{
    font-size: 21px;
    clear: both;
    font-family: "Poppins", sans-serif;
    line-height: 1.25em;
    color: #181818;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}
.mobile-cpdetail{
    display: none;
}



/* order page */

.order-page{
    width: 100%;
    min-height: 400px;
    padding: 50px;
}
.order-page .qty2 span{
    font-size: 20px;
    font-family: var(--robo);
    color: black;
    font-weight: 500;
    margin-right: 5px;
}

/* profile page */

.profile-page{
    width:100%;
    min-height: 500px;
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    padding: 100px;

}
.profile-main{
    width: 100%;
    min-height: 500px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-image{
    position: relative;
    width: 200px;
    height: 200px;
}
.user-image img{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid black;
    padding: 2px;
    object-fit: contain;
}
.uimg-btn{
    position: absolute;
    content: '';
    top: 150px;
    right:-5px;
    background: transparent;
    border: none;
    outline: none;
}
.uimg-btn i{
    color: rgb(20, 21, 22);
    font-size: 25px;
}


.profile-content
{
    padding: 0 0 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.profile-content h3{
    padding-top: 10px;
    margin-bottom: 0;
}
.profile-content h3 span{
    font-family: var(--plex);
    font-size: 20px;
}

.profile-content h2{
    font-family: var(--oswa);
    font-size: 28px;
    padding-left: 10px;
}
.change-pass h2{
    font-family: var(--oswa);
    font-size: 25px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.change-pass{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30%;
}
.change-pass .col-md-12{
    margin-top: 15px;
}
.change-btn{
    text-align: center;
}
.abc{
    width: 10%;
}
.cp-btn{
    background: #c51c23!important;
    outline: none;
    width: 120px;
}


/* address */

.address-page{
    width: 100%;
    min-height: 500px;
    padding: 100px;
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.main-address{
    width: 100%;
    min-height: 500px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:50px 100px;
}

.main-address h2{
    width: 100%;
    font-family: var(--oswa);
    margin-bottom: 30px;
    font-size: 28px;
}
.main-address h3 span{
    font-family: var(--robo);
    font-size: 20px;
}

.pkk{
    border: 2px solid green;
    padding:20px 40px 40px;
    border-radius: 10px;
}
.pkk legend{
    width: auto;
    font-family: var(--oswa);
    margin-bottom:30px;
    padding: 0 10px;
}
.address-form{
    padding: 70px 0 50px;
}
.address-form h2{
    width: 100%;
    margin-bottom: 30px;
    font-family: var(--oswa);
    font-size: 24px;
}
.address-form input,
.address-form textarea{
    margin-bottom: 15px;
}

.address-btn{
    background: #c51c23!important;
    width: 120px;
    height: 40px;
    color: white;
    outline: none;
    border: none;
    border-radius: 5px;
}


/* footer */

footer{
    background: black;
    padding:15px 20px 20px;
}
.footer-main{
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer-item{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.foot1{
    width: 25%;
}
.foot2{
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.foot2-item{
    width: 100%;
    min-height: 100px;
}
.location-foot{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.location-f1{
    width: 30%;
}
.location-f1 .footer-h4
{
    text-align: left;
    padding-left: 15px;
}

.location-f1 i{
    margin-right: 10px;
    color: var(--third);
}
.location-f1 li{
    margin-top: 10px;
    color: rgb(175, 172, 172);
    font-family: var(--plex);
}
.im-links{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.implink{
    width: 70%;
    padding-left: 36px;
    padding-bottom: 10px;
    font-family: var(--plex);
}
.implink a{
    color: rgb(163, 161, 161);
    padding: 0 0 0 10px;
    transition: all .5s;
}
.implink span{
    color: rgb(163, 161, 161);
    padding-left: 10px;
}
.implink a:hover{
    color: var(--third);
    transition: all .5s;
}
.impsocial{
    width: 30%;
    padding-bottom: 10px;
}
.impsocial a{
    color: rgb(163, 161, 161);
    padding-left:10px;
    transition: all .5s;
}
.impsocial i{
    font-size: 20px;
}
.impsocial a:hover{
    color: var(--third);
    transition: all .5s;
}


.footer-logo{
    width: 100px;
}
.footer-h2{
    margin-top: 15px;
    color: var(--main-color);
    font-family: var(--oswa);
    font-size: 25px;
}
.footer-p{
    color: rgb(212, 208, 208);
    font-family: var(--pop);
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
}
.footer-h4{
    margin-top: 20px;
    color: var(--main-color);
    font-family: var(--oswa);
    font-size: 26px;
}

.foot2 ul,
.foot3 ul,
.foot4 ul,
.foot5 ul{
    list-style-type: none;
}

.fa-heart
{
    color: red;
}

.footer-bottom{
    width: 100%;
    min-height: 80px;
    background: rgb(24, 23, 23);
    color: rgb(185, 185, 185);
    padding: 20px 50px;
}
.copyright{
    margin-bottom: 0;
    font-size: 16px;
    color: rgb(133, 131, 131);
}
.branding{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color:  rgb(100, 99, 99);
}




/*** Media***/

@media(max-width:1400px)
{

    .login-page{
        padding:120px 80px;
    }
    .smenu-over{
        padding: 100px;
    }
    .menu .mitem{
        height: 500px;
    }
    .start-box{
        padding: 0 50px;
    }
    .menudisc-page{
        padding: 100px;
    }
    .food-descript{
        padding: 0 100px 100px;
    }
    .cont-form{
        padding: 30px 30px 0;
    }
    .checkout{
        padding: 10px 15px;
        font-size: 14px;
    }

}

@media(max-width:1026px)
{
    .login-img{
        max-width: 100%;
    }
    .login-form{
        padding: 0 40px;
    }
    .chef-overlay{
        padding:40px 20px;
    }
    .chef-img{
        margin-top: 0;
        width: 100%;
    }
    .abimg2{
        padding: 80px 40px;
    }
    .show-col{
        padding:40px 20px;
    }
    .smenu-over{
        padding: 100px 20px;
    }
    #special .item{
        width: 300px;
        padding: 0;
    }
    .item-img{
        height: 220px;
    }
    .main-menu{
        margin-bottom: 20px;
    }
    .chef-sec .row{
        width: 100%;
        height: 100%;
        padding: 0!important;
        margin: 0!important;
    }
    .chef-content{
        padding: 0 40px;
    }
    .lnews{
        padding: 100px 10px;
    }
    .main-menu h4::before {
        left: 40%;
    }
    .main-menu h4::after {
        right: 40%;
    }

    /*about*/
    .blockquote p{
        padding: 0 10px;
    }
    .cater{
        padding: 100px 0;
    }
    .cpage-main{
        padding: 100px 50px;
    }

    .menudisc-page{
        padding: 50px 20px;
    }
    .food-descript{
        padding: 0 50px 50px;
    }
    .sync-cont{
        padding:0 10px 0 15px;
    }
    .start-item{
        width: 42%;
    }
    .start-img{
        width: 100%;
    }
    .cart-buttons{
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .footer-h2{
        font-size: 20px;
    }
    .profile-page{
        padding: 50px;
    }
    .change-pass{
        width: 50%;
    }
    .g-sec2
    {
        padding: 0px;
        padding-top: 30px;
        gap: 27px;
    }
    .g-item{
        width: 31%;
        height: 220px;
    }
}

@media(max-width:769px)
{
    .foot1{
        width: 100%;
    }
    .foot2{
        width: 100%;
    }
    .location-f1{
        width: 33%;
    }

    .c-nav{
        background-color: black;
        padding:0!important;;
    }
    .c-nav2{
        min-height: 60px;
        padding:0!important;
    }
    .navbar-collapse{
        background-color: black;
        padding:5px 0 0 20px;
    }
    .navbar-brand
    {
        margin-left: 10px;
    }
    .navbar-toggler{
        margin-right: 10px;
    }
    .lan-img{
        width: 250px;
    }
    .lan-text{
        font-size: 70px;
    }
    .about .container{
        padding: 0;
    }
    .abimg2{
        padding:30px 15px;
        text-align: center;
    }
    .abimg1,
    .abimg3{
        padding-top: 120px;
    }
    .abimg2 p{
        font-size: 14px;
    }
    .abimg-head h3{
        font-size: 30px;
    }
    .showmain{
        height: 800px;
    }
    .show-div{
       height: 800px;
        padding: 80px 50px;
    }
    .show-col{
        margin-top: 40px;
    }
    .smenu-over{
        padding: 100px 50px;
    }
    #special .item{
        width: 320px;
    }
    .vimg-over{
        top: 20px;
    }
    .main-menu{
        margin-bottom: 0;
    }
    .menu .mitem{
        height: 300px;
    }
    .maincol3{
        margin-top: 5%;
    }
    .chef-sec{
        height: 420px;
    }
    .chef-overlay{
        padding: 20px;
    }
    .chef-content{
        padding: 0;
    }
    .chef-msg{
        font-size: 16px;
    }
    .lnitem{
        width: 40%;
        margin-top: 30px;
    }

    .menudisc-page{
        padding: 50px;
    }
    .food-descript{
        padding: 0 50px 50px;
    }
    .review-img{
        width: 15%;
    }
    .review-cont{
        width: 80%;
    }
    .nav-review{
        padding: 20px;
    }
    .sync2-img{
        height:110px;
    }

    .g-sec{
        padding: 10px;
    }

    .login-page{
        padding:50px 20px;
    }

    .login-form{
        padding: 20px 40px;
    }
    .login-img{
        max-width: 100%;
    }
    .login-p{
        width: 280px;
    }
    .abpag1-img,
    .abpag2-img{
        display: block;
        margin: 0 auto;
    }
    .abpag1-con{
        margin-top: 15px;
    }
    .al-con{
        padding: 0 10px;
    }
    .start-box{
        padding: 0;
    }
    .start-item{
        width: 45%;
    }
    .start-img{
        width: 100%;
    }
    .start-over{
        width: 100%;
    }
    .cart-page,
    .order-page{
        padding:50px 0;
    }
    .cartpro-detail{
        align-items: center;
        justify-content: center;
    }
    .cart-buttons{
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .profile-main{
        flex-direction: column;
        padding: 50px;
    }
    .change-pass{
        width: 80%;
    }
    .profile-content{
        align-items: center;
        padding: 30px 0 50px 50px;
    }
    .main-address{
        padding: 50px 30px;
    }
    .g-sec2
    {
        gap: 20px;
    }
    .g-item{
        width: 31%;
        height: 180px;
    }

}

@media(max-width:601px)
{
    .parad-img{
        width: 100px;
        height: 100px;
    }

    .parab-img{
        width: 100px;
        max-width: 100%;
        height: 100%;
    }
    .parad-title{
        font-size: 14px;
    }
    .allmenu-title{
        min-height: 80px;
        padding: 30px 10px;
    }
    .menunav{
        display: none;
    }
    .para-menud{
        padding: 70px 0 0;
    }
    #backTop
    {
        width: 30px;
        height: 30px;
        right: 5px;
    }
    #backTop i {
        font-size: 1em;
        line-height: 50px;
        color: #fff;
      }

    .ca{
        font-size: 14px;
    }
    .abimg1,
    .abimg3{
        display: none;
    }
    .abimg2{
        padding: 80px 50px;
    }
    .abimg2 p{
        font-size: 16px;
    }
    .showmain,
    .show-div{
        height: 1130px;
    }
    #special .item{
        width: 100%;
    }
    .item-img{
        height: 300px;
    }
    .head-div h4{
        font-size: 22px;
    }
    .main-menu{
        padding: 100px 0 50px;
    }
    .menu .mitem{
        height: 350px;
    }
    .maincol3{
        margin-top: 0;
    }
    .maincol3 .nav{
        padding: 20px 50px;
    }
    .main-menu h4::before {
        left: 30%;
    }
    .main-menu h4::after {
        right: 30%;
    }
    .ln-head h4{
        margin: 20px 0;
    }
    .ln-head h4::before {
        left: 25%;
    }
    .ln-head h4::after {
        right: 24%;
    }
    .lnews{
        padding: 70px 10px;
    }
    .chef-sec{
        height: 1200px;
    }
    .chef-sec .row{
        min-height: 1200px;
    }
    .chef-overlay{
        padding: 50px 15px;
    }
    .chef-overlay .col-md-4{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 500px;
    }
    .chef-img{
        position: relative;
        width:400px;
        height: auto;
    }
    .lnitem{
        width: 80%;
        margin-top: 50px;
    }
    .para-over h2{
        text-align: center;
        font-size: 50px;
    }
    .footer-bottom{
        padding: 20px;
    }
    /*about*/
    .abpage-over h4{
        font-size: 50px
    }
    .abpage-over h2{
        font-size: 50px;
    }
    .abpag1-con{
        padding: 50px 0 0;
    }
    .abpage2{
        padding: 50px 0 0;
    }
    .abpage3-over h4,
    .cate-over h4{
        font-size: 44px;
    }
    .abpage3-over h2,
    .cate-over h2{
        font-size: 40px;
    }
    .al-con,.al-con2{
        padding: 40px 0 0;
    }
    .cater{
        align-items: center;
        flex-direction: column;
    }
    .cater-item{
        width: 80%;
        margin-top: 40px;
    }
    .abpage3,
    .catering{
        height: 500px;
    }
    .cpage-main{
        padding: 50px 15px;
    }
    .cform-img{
        height: auto;
    }
    .contact-form{
        margin-top: 15px;
    }
    .cont-form{
        height: 490px;
    }
    .contact-page{
        height: 220px;
    }
    .service-div{
        padding:30px 15px;
    }
    .abpage-over h2{
        font-size: 30px;
        margin-top: 50px;
    }
    .start-box{
        padding:0 50px;
    }
    .start-item{
        width: 100%;
    }
    .start-img{
        display: block;
        margin: 0 auto;
    }

    /* menu detail */
    .menudisc-page{
        padding: 20px 5px;
    }
    .sync2-img{
        height: 90px;
    }
    .sync-cont{
        padding: 0;
    }
    .food-descript{
        padding: 50px 15px;
    }
    .nav-descri{
        padding: 30px 20px;
    }
    .nav-review{
        padding: 20px 10px;
    }
    .review-img{
        width: 20%;
    }
    .review-cont{
        width: 80%;
    }
    .rev-img{
        width: 70px;
    }
    .review-cont p{
        font-size: 14px;
        padding-bottom: 8px;
    }
    .gallery-page{
        height: 180px;
    }
    .gallery{
        grid-template: "1fr 1fr "250px
                        "1fr 1fr "250px
                        "1fr 1fr "250px
                        "1fr 1fr "250px
                        "1fr 1fr "250px;
    }


    .login-page{
        width: 100%;
        height: 1230px;
        min-height:800px;
        padding:150px 50px 50px;
    }
    .login-div{
        height:1000px;
    }
    .login-page2{
        width: 100%;
        height:800px;
        min-height:800px;
        padding:150px 50px 50px;
    }
    .login-div2{
        height:800px;
    }
    .login-img{
        max-width: 100%;
    }
    .login-col1{
        height: 400px;
    }
    .login-col2{
        height: 600px;
    }
    .login-form{
        padding: 30px;
    }
    .login-col1-h3{
        font-size: 25px;
    }
    .login-h4{
        font-size: 20px;
    }
    .col1-h4{
        font-size: 18px;
    }
    .login-form label{
        font-size: 16px;
    }
    .login-div-h2{font-size: 28px;}
    .forget-div{
        padding: 0;
    }

    .foot1,
    .foot2{
        width: 100%;
    }
    .location-f1{
        width: 100%;
    }
    .implink,
    .impsocial{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .carth2 h2{
        margin-top: 50px;
        font-size: 35px;
    }
    .cart-header{
        display: none;
    }
    .cart-page{
        padding:0 0 50px;
    }
    .order-page{
        padding: 0;
       background-color: rgb(228, 222, 222);
    }
    .cart-page .col-xl-9{
        padding: 0!important;
    }
    .cart-item2{
        display: none;
    }
    .mobile-cpdetail{
        display: block;
    }
    .cart-item1{
        width: 100%;
    }
    .cartpro-detail h3{
        font-size: 15px;
        padding-bottom: 0;
    }
    .cartpro-detail span,
    .qty span{
        font-size: 15px;
        font-family: var(--robo);
        color: black;
        font-weight: 500;
        margin-right: 5px;
    }
    .prodelet{
        padding-top: 0;
    }
    .cartprice-detail .fa-rupee-sign{
        font-size: 13px;
    }
    .prodelet .fa-edit{
        font-size: 16px;
    }
    .prodelet .fa-trash-alt{
        font-size: 16px;
    }
    .cartpro-detail{
        align-items: flex-start;
        justify-content: center;
        padding-left: 20px;
    }
    .cartpro-name{
        width: 100%;
        display: flex;
        align-items:center;
        justify-content: space-between;
    }
    .cartpro-name h3{
        margin-bottom: 0;
        padding-top: 0;
    }
    .cartpro-img{
        padding: 0;
    }
    .cart-product{
        padding: 15px;
    }
    .qty{
        display: flex;
        align-items: center;
        color: black;
    }
    .qty-select{
        margin-left: 5px;
        height: 30px;
        border-radius: 4px;
        padding: 0 10px;
        border: 1px solid gray;
    }
    .qty-select a{
        height: 30px;
        line-height: 30px;
    }
    .qty-select input{
        width: 40px!important;
        height: 30px;
        line-height: 30px;
        padding: 10px 5px!important;
    }

    .cart-buttons{
        margin-bottom: 50px;
    }
    .profile-page{
        padding: 140px 50px 50px;
    }

    .address-page{
        padding: 50px;
    }
    .main-address{
        padding: 50px;
    }
    .pkk{
        padding: 30px 15px;
    }
    .g-sec2
    {
        gap: 15px;
    }
    .g-item{
        width: 47%;
        height: 180px;
    }

}

@media(max-width:426px)
{
    .lan-img{
        width: 100px;
    }
    .line{
        width: 200px;
    }
    .line2{
        width: 100px;
    }
    .navbar-brand img{
        width: 60px;
        height: 60px;
    }
    .lan-text{
        text-align: center;
        font-size: 60px;
    }
    .hexa{
        width: 50px;
        height: 50px;
    }
    .hexa-img{
        width: 20px;
    }
    .abimg2{
        padding: 60px 25px;
    }
    .para-over h2{
        font-size: 32px;
    }
    .para-over h3{
        font-size: 18px;
    }
    .head1,
    .main-menu h2{
        font-size: 40px;
    }
    .chef-h2{
        font-size: 35px;
    }
    .main-menu{
        padding: 50px 0;
    }
    .smenu-over{
        padding: 80px 20px 20px;
    }
    .item-img{
        height: 280px;
    }
    .main-verti .col-md-9{
        padding: 0!important;
    }
    .vimg-over{
        width: 250px;
        min-height: 120px;
    }
    .vmenu-btn{
        padding: 10px 0 0;
    }
    .vm-btn{
        width: 60px;
        padding: 0;
    }
    .vimg-over p{
        display: none;
    }
    .owl-theme .owl-nav{
        margin-top: 0!important;
        display: none;
    }
    .menu.owl-theme .owl-dots, .owl-theme .owl-nav{
        text-align: center;
        margin-top: -20px;
    }
    .menu .mitem{
        padding: 0;
        height: 280px;
    }
    .menu-button{
        justify-content: center;
        margin-top:10px;
    }
    .menu-btn{
        padding: 8px 30px;
    }
    .main-menu h4::before{
        left: 26%;
    }
    .main-menu h4::after{
        right: 25%;
    }
    .chef-overlay{
        padding: 50px 0;
    }
    .chef-img{
        width: 300px;
    }
    .chef-msg{
        font-size: 15px;
    }
    .chef-sec,
    .chef-overlay{
        height: 900px;
    }
    .chef-sec .row{
        min-height: 100px;
    }
    .lnitem{
        width: 90%;
    }

    .about-page{
        height: 450px;
    }
    .abpage-over h4{
        font-size: 40px
    }
    .abpage-over h2{
        margin-top: 0;
        font-size: 36px;
    }
    .abpg-p{
        margin-bottom: 20px;
        font-size: 14px;
        text-align: justify;
    }

    .abpage3-over h4,
    .cate-over h4{
        font-size: 40px;
    }
    .abpage3-over h2,
    .cate-over h2{
        text-align: center;
        font-size: 27px;
    }
    .cater{
        padding: 50px 0;
    }
    .cater-cont p{
        font-size: 14px;
    }
    .about-location{
        padding: 50px 0 0;
    }
    .cpage-main{
        padding: 50px 5px;
    }
    .service .col-md-4,
    .service .col-md-6{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .menu-page{
        height: 200px;
    }
    .allmenu{
        padding: 0;
    }
    .allmenu-title{
        padding: 40px 10px;
    }
    .start-h2{
        font-size: 26px;
    }
    .starter-btn{
        padding: 8px 25px;
        font-size: 12px;
    }
    .menud-page{
        height: 150px;
    }
    .start-box{
        padding: 0;
    }
    .start-img{
        display: block;
        margin: 0 auto;
        width: 360px;
    }

    /* menu detail */
    .sync-img{
        height: 250px;
    }
    .menudisc-page{
        padding: 15px 0;
    }
    .sync2-img{
        height: 100px;
    }
    .sync-food h2{
        font-size: 30px;
    }
    .sync-food p{
        font-size: 25px;
    }
    .sync-fcont p{
        font-size: 14px;
    }
    .sync-cart{
        padding-top: 25px;
    }
    .nav-descri p{
        font-size: 16px;
    }
    .review-main{
        flex-direction: column;
    }
    .review-img{
        width: 100%;
        align-items: flex-start;
        padding-left: 20px;
    }
    .review-cont{
        width: 100%;
        padding:0 20px 10px;
        text-align: left;
    }
    .review-cont p{
        font-size: 12px
    }
    .review-cont h4{
        font-size: 18px;
    }
    .review-cont h6{
        font-size: 12px;
    }
    .review-form{
        padding: 20px 0;
    }
    .rev-form{
        padding: 0;
    }
    .nav-review h2{
        padding: 15px 15px 10px;
    }

    .gallery{
        grid-template: "1fr 1fr "200px
                        "1fr 1fr "200px
                        "1fr 1fr "200px
                        "1fr 1fr "200px
                        "1fr 1fr" 200px;
    }

    .login-page{
        padding:30px 20px;
        height:1060px;
        }
    .login-page2
    {
        padding:30px 20px;
        height:900px;
    }
    .login-img{
        width: 250px;
    }
    .login-form{
        padding: 30px 10px;
    }
    .login-btn{
        width: 180px;
    }
    .col1-h4{
        font-size: 15px;
    }
    .login-col2{
        height: 420px;
    }
    .mv{
        height: 600px;
    }
    .login-p{
        width: 300px;
    }
    .fp-img{
        width: 200px;
    }
    .al-con h1, .al-con2 h1{
        font-size: 32px;
    }
    .al-con h3, .al-con2 h3{
        font-size: 23px;
    }
    .loca-p, .hour-p, .contact-p{
        font-size: 14px;
    }
    .about-location.mb-90{
        margin-bottom: 10px;
    }
    .copyright{
        font-size: 14px;
    }

    .address-page{
        padding:15px;
    }
    .main-address{
        padding: 50px 15px;
    }
    .main-address h3 span{
        font-size: 15px;
    }
    .main-address h3{
        margin-bottom: 0;
    }
    .main-address h2{
        font-size: 24px;
    }

}

@media(max-width:381px)
{
    .landing{
        height: 600px;
    }
    .abimg2 p{
        font-size: 14px;
    }
    .para-over h2{
        font-size: 34px;
    }
    .show-div{
        padding: 40px 30px;
    }
    .item-img{
        height: 250px;
    }

    .cpage-maindiv h2{
        font-size: 32px;
    }
    .allmenu{
        padding: 0;
    }
    .allmenu-title{
        padding: 40px 10px;
        min-height: 80px;
    }
    .start-h2{
        font-size: 26px;
    }
    .starter-btn{
        padding: 8px 20px;
        font-size: 12px;
    }
    .start-img{
        display: block;
        margin: 0 auto;
        width: 320px;
        height: 320px;
    }
    .start-over{
        width: 320px;
    }
    .food-descript{
        padding: 50px 0;
    }
    .food-descript ul{
        margin-left: 15px;
    }
    .rev-form .col-md-6{
        padding-left: 5!important;
        padding-right: 5!important;
    }

    .gallery{
        grid-template: "1fr 1fr "150px
                        "1fr 1fr "150px
                        "1fr 1fr "150px
                        "1fr 1fr "150px
                        "1fr 1fr" 150px;
    }

    .cartp-img{
        width: 130px;
        height: 90px;
    }
    .cart-buttons{
        flex-direction: column;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .cart-buttons .checkout{
        display: none;
    }
    .cart-update{
        background: #c51c23;
        color: white;
        border: 2px solid #c51c23;
        transition: all 1s;
    }
    .cart-update:hover{
        background: black;
        transition: all 1s;
    }
    .cart-total{
        padding: 40px 30px 30px;
    }
    .cart-total .checkout{
        font-size: 14px;
        letter-spacing: .5px;
        padding: 10px 20px;
    }
    .profile-page{
        padding: 100px 30px 30px;
    }
    .profile-main{
        padding: 50px 15px;
    }
    .profile-content{
        padding: 30px 5px;
    }
    .change-pass{
        width: 90%;
    }
    .profile-content h3 span{
        font-size: 16px;
    }
    .profile-content h2{
        font-size: 22px;
    }
    .user-image{
        width: 150px;
        height: 150px;
    }
    .uimg-btn{
        top: 120px;
        right: -2px;
    }

}

@media (max-width:362px)
{
    .abpage1{
        padding-top: 50px;
    }
    .abpage1 .col-lg-6,
    .abpage2 .col-lg-6{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .about-location .col-md-6{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .cater-item{
        width: 90%;
    }
    .abpage-over h2{
        margin-top: 40px;
        font-size: 34px;
    }
    .ab h2{
        margin-top: 0;
    }
    .para-over h2{
        font-size: 30px;
    }
    .para-over h3{
        font-size: 18px;
    }
    .disco{
        padding: 10px 30px;
    }
    .show-div{
        padding: 0 20px 40px;
    }
    .smenu{
        height: 900px;
    }
    .head1,
    .main-menu h2,
    .ln-head h2{
        font-size: 40px;
    }
    .chef-h2{
        font-size: 30px;
    }
    .ln-head h4{
        font-size: 18px;
    }
    .main-menu{
        padding: 50px 0;
    }
    .main-menu h4::before{
        left: 23%;
    }
    .main-menu h4::after{
        right: 22%;
    }

    .cartp-img{
        width: 120px;
        height: 90px;
    }
    .profile-page{
        padding: 85px 15px 15px;
    }
    .change-pass h2{
        padding-bottom: 0;
    }
    .profile-content{
        padding: 40px 5px;
    }
    .profile-content h3{
        padding-top: 0;
    }
    .profile-content h2{
        font-size: 20px;
    }
    .change-pass h2{
        font-size: 22px;
    }
    .profile-content h3 span{
        font-size: 14px;
    }
    .address-page{
        padding:15px;
    }
    .main-address{
        padding: 40px 15px;
    }
    .pkk{
        padding: 30px 5px;
    }
    .main-address h3 span{
        font-size: 15px;
    }
    .main-address h3{
        margin-bottom: 0;
    }
    .address-form{
        padding: 40px 0 20px;
    }
    .address-form input,
    .address-form textarea{
        margin-bottom: 0;
    }
    .address-form .col-md-6,
    .address-form .col-md-12{
        padding: 0!important;
    }

}


@media(max-width:321px)
{

    .login-page{
        padding:30px 10px;
    }
    .cpage-main .col-md-7,
    .cpage-main .col-md-5{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .about .col-md-6{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .abimg2{
        padding: 50px 10px;
    }
    .para-over h2{
        font-size: 25px;
    }
    .para-over h3{
        font-size: 15px;
    }
    .disco{
        padding: 10px 30px;
    }
    .show-div{
        padding: 30px 0;
    }
    .head1,
    .main-menu h2{
        font-size: 40px;
    }
    .main-menu{
        padding: 50px 0;
    }
    .main-menu h4::before{
        left: 20%;
    }
    .main-menu h4::after{
        right: 19%;
    }
    .maincol3 .nav{
        padding: 20px 15px;
    }
    .chef-h2{
        text-align: center;
        font-size: 30px;
    }
    .chef-msg{
        font-size: 12px;
    }
    .ln-head h2{
        font-size: 35px;
    }
    .ln-head h4::before{
        left: 18%;
    }
    .ln-head h4::after{
        right: 15%;
    }
    .lnh4{
        font-size: 20px;
    }
    .lnpb{
        width: 80%;
        left: 10%;
    }
    .abpage-over h2{
        margin-top: 10px;
        font-size: 40px;
    }

    .cartp-img{
        width: 120px;
        height: 80px;
    }
    footer{
        padding: 20px 8px 0;
    }
    .cartpro-img{
        padding: 0;
    }
    .cartpro-detail{
        padding-left: 15px;
    }
    .cart-product{
        padding: 15px;
    }
    .qty-select{
        padding: 0 5px;
    }
    .cart-update{
        font-size: 14px;
        padding: 8px 30px;
    }
    .carth2 h2{
        margin-top: 50px;
        font-size: 30px;
    }
}
