/* Root */
:root{
    ---yellow:#ffa627;
    ---red:#b10001;
    ---white:#ffffff;
    ---black:#222222;
    ---light:#d8252b;
    --lightgrey:#eeeeee;
    --left:#6b0000;
}
/* Root */

/* Body */
*{
margin: 0px;
padding: 0px;
border: none;
outline: none;
text-decoration: none;
text-transform: uppercase;
box-sizing: border-box;
font-family: 'Gilroy', sans-serif;
}
html{
font-size: 100%;
scroll-behavior: smooth;
scroll-padding-top: 0px;
background-image: url(IMG/back.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
z-index: 0px;
}
section{
padding: 20px 150px;
}
/*body*/
/*header*/
.header{
    background-color: transparent;
}
.header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container .logo{
    text-align: center;
}
.header .container .logo h1{
    font-size: 40px;
    color: var(---white);
    font-weight: 800;
}
.header .container nav{
    display: flex;
    align-items: center;
}
.header .container nav #navbar{
    margin-right: 30px;
}
.header .container nav #navbar a{
    font-size: 20px;
    font-weight: 600;
    color: var(---white);
    padding-bottom: 5px;
    padding: 0px 20px;
}
.header .container nav #navbar a:hover{
    color: var(---yellow);
}
.header .container nav #navbar .link{
    display: flex;
    align-items: center;
}
.header .container nav #navbar .link span{
    background-color: var(---light);
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    border-radius: 50px;
}
.header .container nav .right-data{
    display: flex;
    align-items: center;
}
.header .container nav .right-data #menu{
    margin-right: 20px;
    display: none;
}
.header .container nav .right-data i{
    border: 3px solid var(---white);
    color: var(---white);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 100px;
}
.header .container nav .right-data i:hover{
    border: 3px solid var(---yellow);
    color: var(---yellow);
}
.header .container nav .right-data button{
    width: 180px;
    height: 70px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    background-color: var(---yellow);
    color: var(---white);
    cursor: pointer;
}
/*header*/

/*hero*/
.hero .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero .container .slider{
    width: 800px;
    height: 800px;
    background-color: transparent;
    margin-right: 0px;
}
.hero .container .text h1{
    font-size: 80px;
    font-weight: 900;
    color: var(---white);
    line-height: 90px;
    text-shadow: 0px 0px 10px #6501018a;
}
.hero .container .text p{
    font-size: 20px;
    font-weight: 500;
    color: var(---white);
    line-height: 40px;
    margin: 40px 0px;
}
.hero .container .text .button{
    display: flex;
    align-items: center;
}
.hero .container .text .button i{
    background-color: var(---yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: var(---white);
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
}
.hero .container .text .button a{
    background-color: var(---red);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 70px;
    font-size: 18px;
    color: var(---white);
    font-weight: 600;
    border-radius: 0px 5px 5px 0px;
}
/*hero*/

/*menu*/
.catemenu{
    background-color: transparent;
    margin-top: 100px;
}
.catemenu .heading{
    text-align: center;
}
.catemenu .heading h1{
    font-size: 80px;
    color: var(---white);
    font-weight: 800;
    text-shadow: 0px 0px 20px #6b0000;
}
.catemenu .container{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catemenu .container .box{
    background: linear-gradient(90deg, var(--left) , var(---red));
    box-shadow: 0px 0px 20px #6b00007a;
    width: 1300px;
    height: 150px;
    margin: 10px 0px;
}
.catemenu .container .box:hover{
    transform: scale(1.05,1.05);
    transition: 1s;
    box-shadow: 0px 0px 40px #ffa5275e;
}
.catemenu .container .box .data{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.catemenu .container .box .data h1{
    font-size: 40px;
    color: var(---white);
    font-weight: 700;
    padding-left: 20px;
    width: 470px;
}
.catemenu .container .box .data .icon i{
    font-size: 25px;
    color: var(---yellow);
    margin: 0px 5px;
}
.catemenu .container .box .data p{
    font-size: 18px;
    color: var(---white);
    font-weight: 500;
    line-height: 30px;
}
.catemenu .container .box .data #cart{
    background-color: var(---red);
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(---white);
    cursor: pointer;
}
.catemenu .container .box .data #cart:hover{
    background-color: var(---yellow);
}
/*menu*/

/*cat*/
.cat{
    background-color: transparent;
    margin-top: 100px;
}
.cat .heading{
    text-align: center;
}
.cat .heading h1{
    font-size: 80px;
    color: var(---white);
    font-weight: 800;
    text-shadow: 0px 0px 20px #6b0000;
}
.cat .container{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.cat .container .cat-box{
    background-color: #ffffff9c;
    width: 750px;
    height: 365px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.cat .container .cat-box .data-box1{
    background-image: url(IMG/c1.jpg);
    width: 700px;
    height: 321px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.cat .container .cat-box:hover{
    transform: scale(1.1,1.1);
    transition: 1s;
}
.cat .container .cat-box .data-box1 .text h1{
    color: var(---white);
    font-size: 40px;
    margin-left: 30px;
    font-weight: 600;
}

.cat .container .cat-box2{
    background-color: #ffffff9c;
    width: 750px;
    height: 365px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.cat .container .cat-box2 .data-box2{
    background-image: url(IMG/c2.jpg);
    width: 700px;
    height: 321px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.cat .container .cat-box2 .data-box2 .text h1{
    color: var(---white);
    font-size: 40px;
    margin-left: 30px;
    font-weight: 600;
}
.cat .container .cat-box2:hover{
    transform: scale(1.1,1.1);
    transition: 1s;
}
/*cat*/

/*order*/
.order{
    background-color: transparent;
    margin-top: 100px;
}
.order .heading{
    text-align: center;
}
.order .heading h1{
    font-size: 80px;
    color: var(---white);
    font-weight: 800;
    text-shadow: 0px 0px 20px #6b0000;
}
.order .proslider{
    background-color: transparent;
    padding: 50px 30px;
}
.order .proslider .box{
    background-color: var(---red);
    width: 375px;
    height: 530px;
    border-radius: 10px;
    border: 2px solid #ffffffa6;
    box-shadow: 0px 0px 20px #6b0000;
}
.order .proslider .box .data .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.order .proslider .box .data .text{
    background-color: transparent;
    margin-left: 20px;
    margin-top: 40px;
}
.order .proslider .box .data .text h1{
    font-size: 25px;
    color: var(---white);
    font-weight: 700;
}
.order .proslider .box .data .text .star {
    margin: 20px 0px;
}
.order .proslider .box .data .text .star i{
    font-size: 20px;
    color: var(---yellow);
    padding: 0px 2px;
}
.order .proslider .box .data .text h2{
    font-size: 30px;
    color: var(---white);
    font-weight: 700;
}
.order .proslider .box .data .cart{
    float: right;
}
.order .proslider .box .data .cart i{
    background-color: var(---yellow);
    width: 100px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(---white);
    border-radius: 50px 0px 10px 0px ;
    cursor: pointer;
}
.order .proslider .dot span{
    width: 10px;
    height: 10px;
    background-color: var(---yellow);
}
/*order*/

/*about*/
.about{
    background-color: transparent;
    margin-top: 100px;
}
.about .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about .container .text h1{
    font-size: 80px;
    color: var(---white);
    font-weight: 800;
    text-shadow: 0px 0px 20px #6b0000;
    height: 80px;
}
.about .container .text p{
    font-size: 20px;
    color: var(---white);
    font-weight: 600;
    line-height: 40px;
    margin: 40px 0px;
}
.about .container .text .button{
    display: flex;
    align-items: center;
}
.about .container .text .button i{
    background-color: var(---yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: var(---white);
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
}
.about .container .text .button a{
    background-color: var(---red);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 70px;
    font-size: 18px;
    color: var(---white);
    font-weight: 600;
    border-radius: 0px 5px 5px 0px;
}
/*about*/
/*contact*/
.contact{
    background-color: transparent;
    margin-top: 100px;
}
.contact .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact .container .data-box{
    background-color: var(---white);
    width: 831px;
    height: 207px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0px 0px 50px #6b000077;
}
.contact .container .data-box .text h1{
    color: var(---black);
    font-size: 60px;
    font-weight: 800;
}
.contact .container .data-box .text .time{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 10px;
}
.contact .container .data-box .text h2{
    font-size: 30px;
    color: var(---red);
    font-weight: 800;
}
.contact .container .data-box .text .time p{
    width: 20px;
    height: 20px;
    background-color: var(---yellow);
    border-radius: 50px;
}
.contact .container .data-box .text .time span{
    color: var(---yellow);
}
.footer .last{
    text-align: center;
    margin-top: 40px;
}
.footer p{
    color: var(---white);
    font-size: 15px;
    font-weight: 500;
}
/*contact*/

/*footer*/
.footer{
    background-color: transparent;
    margin-top: 100px;
}
.footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .container .logo{
    text-align: center;
}
.footer .container .logo h1{
    font-size: 40px;
    color: var(---white);
    font-weight: 800;
}
.footer .container #navbar{
    margin-right: 30px;
}
.footer .container #navbar a{
    font-size: 20px;
    font-weight: 600;
    color: var(---white);
    padding-bottom: 5px;
    padding: 0px 20px;
}
.footer .container #navbar a:hover{
    color: var(---yellow);
}
.footer .container #navbar .link{
    display: flex;
    align-items: center;
}
.footer .container #navbar .link span{
    background-color: var(---light);
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    border-radius: 50px;
}
.footer .container .search h1{
    font-size: 30px;
    font-weight: 700;
    color: var(---white);
}
.footer .container .search .input{
    width: 300px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin-top: 20px;
}
.footer .container .search .input input{
    width: 100%;
    height: 50px;
    border-radius: 5px 0px 0px 5px;
    padding-left: 10px;
    font-size: 12px;
    color: var(---black);
    font-weight: 600;
}
.footer .container .search .input input::placeholder{
    font-size: 12px;
    color: var(---black);
    font-weight: 600;
}
.footer .container .search .input i{
    background-color: var(---yellow);
    width: 50px;
    height: 50px;
    color: var(---white);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}
/*footer*/
















/* media quries */


@media (max-width:1772px) {
    section{
        padding: 20px 100px;
    }
}
@media (max-width:1674px) {
    section{
        padding: 20px 75px;
    }
    .cat .container .cat-box{
    width: 700px;
    height: 365px;
    }
    .cat .container .cat-box .data-box1{
    width: 650px;
    height: 321px;
    }
    .cat .container .cat-box2{
    width: 700px;
    height: 365px;
    }
    .cat .container .cat-box2 .data-box2{
    width: 650px;
    height: 321px;
    }

}
@media (max-width:1574px) {
    section{
        padding: 20px 50px;
    }
    .cat .container .cat-box{
    width: 650px;
    height: 365px;
    }
    .cat .container .cat-box .data-box1{
    width: 600px;
    height: 321px;
    }
    .cat .container .cat-box2{
    width: 650px;
    height: 365px;
    }
    .cat .container .cat-box2 .data-box2{
    width: 600px;
    height: 321px;
    }
    .about .container .image{
        width: 700px;
    }
    .about .container .image img{
        width: 100%;
    }
}
@media (max-width:1486px) {
    .hero .container .slider{
        width: 650px;
        height: 650px;

    }
    .hero .container .slider .box{
        background-color: transparent;
        width: 650px;
        height: 650px;
    }
    .hero .container .slider .box .image img{
        width: 100%;
    }
    .about .container .image{
        width: 580px;
    }
}
@media (max-width:1390px) {
    section{
        padding: 20px 35px;
    }
    .cat .container .cat-box{
    width: 600px;
    height: 365px;
    }
    .cat .container .cat-box .data-box1{
    width: 550px;
    height: 321px;
    }
    .cat .container .cat-box2{
    width: 600px;
    height: 365px;
    }
    .cat .container .cat-box2 .data-box2{
    width: 550px;
    height: 321px;
    }
    .footer .container #navbar a{
        padding: 0px 10px;
    }
}
@media (max-width:1280px) {
    section{
        padding: 20px 25px;
    }
    .header .container nav #navbar{
        text-align: center;
        position: absolute;
        top: 14%;
        width: 98%;
        margin: 0px auto;
        right: 0;
        display: none;
    }
    .header .container nav #navbar .link{
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.212);
        width: 98%;
        background-color: var(---white);
        display: block;
    }
    .header .container nav #navbar a{
        display: block;
        line-height: 50px;
        border-radius: 10px;
        padding: 0px 0px;
        color: var(---black);
    }
    .header .container nav #navbar .link span{
        display: block;
        margin: 10px auto;
    }
    .header .container nav .right-data #menu{
        margin-right: 20px;
        display: inherit;
    }
    .hero .container{
        display: block;
    }
    .hero .container .text{
        text-align: center;
    }
    .hero .container .text .button{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero .container .slider{
        margin: 0px auto;
        margin-top: 50px;
    }
    .catemenu{
        margin-top: 50px;
    }
    .catemenu .container .all-box{
        width: 100%;
        height: 100%;
    }
    .catemenu .container .box{
        width: 100%;
        height: 100%;
    }
    .catemenu .container .box .data{
       display: block;
       text-align: center;
    }
    .catemenu .container .box .data h1{
        padding-left: 0px;
        padding-top: 20px;
        width: 100%;
    }
    .catemenu .container .box .data #cart{
        margin: 0px auto;
        width: 100%;
        margin-top: 30px;
     }
     .catemenu .container .box .data .icon{
        margin: 20px 5px;
     }
     .cat{
        margin-top: 50px;
     }
     .cat .container{
        display: block;
     }  
    .cat .container .cat-box2{
    background-color: #ffffff49;
    width: 750px;
    height: 365px;
     margin: 0px auto;
     margin-top: 30px;
    }
    .cat .container .cat-box2 .data-box2{
    background-image: url(IMG/c2.jpg);
    width: 90%;
    height: 321px;
    }
    .cat .container .cat-box{
    background-color: #ffffff49;
    width: 750px;
    height: 365px;
    margin: 0px auto;
    }
    .cat .container .cat-box .data-box1{
    background-image: url(IMG/c1.jpg);
    width: 90%;
    height: 321px;
    }
    .order{
        margin-top: 50px;
    }
    .about{
        margin-top: 50px;
    }
    .about .container{
        display: block;
    }
    .about .container .image{
        width: 800px;
        margin: 0px auto;
    }
    .about .container .text{
        text-align: center;
    }
    .about .container .text .button{
        margin: 0px auto;
    }
    .about .container .text .button{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact{
        margin-top: 50px;
    }
    .contact{
        background-color: transparent;
        margin-top: 50px;
    }
    .footer{
        margin-top: 50px;
    }
    .footer .container{
        display: block;
        text-align: center;
    }
    .footer .container #navbar{
        margin: 30px auto;
    }
    .footer .container #navbar .link{
        display: block;
        margin: 0px auto;
    }
    .footer .container #navbar a{
        display: block;
        line-height: 50px;
        border-radius: 10px;
        color: var(---white);
    }
    .footer .container #navbar .link span{
        display: block;
        margin: 10px auto;
    }
    .footer .container .search .input{
        margin: 0px auto;
        margin-top: 20px;
    }
}
@media (max-width:1080px) {
    section{
        padding: 20px 20px;
    }
}
@media (max-width:820px) {
    .about .container .image{
        width: 100%;
    }
}
@media (max-width:780px) {
    section{
        padding: 20px 15px;
    }
    .cat .container .cat-box2{
    background-color: #ffffff49;
    width: 100%;
    height: 365px;
     margin: 0px auto;
     margin-top: 30px;
    }
    .cat .container .cat-box{
    background-color: #ffffff49;
    width: 100%;
    height: 365px;
    margin: 0px auto;
    }
}
@media (max-width:690px) {
    section{
        padding: 20px 10px;
    }
    .hero .container .text h1{
        font-size: 60px;
        line-height: 60px;
    }
    .hero .container .text p{
        font-size: 16px;
        line-height: 40px;
        margin: 20px 0px;
    }
    .hero .container .slider{
        width: 100%;
        height: 550px;
    }
    .hero .container .slider .box{
        width: 100%;
        height: 550px;
    }
    .about .container .text h1{
        font-size: 60px;
        height: 100%;
    }
    .about .container .text p{
        font-size: 14px;
        line-height: 40px;
        margin: 20px 0px;
    }
}
@media (max-width:600px) {
    .contact .container .data-box .text h1{
        color: var(---black);
        font-size: 50px;
        font-weight: 800;
    }
}
@media (max-width:500px) {
    section{
        padding: 20px 5px;
    }
    .hero .container .text h1{
        font-size: 50px;
        line-height: 60px;
    }
    .hero .container .text p{
        font-size: 14px;
        line-height: 40px;
        margin: 20px 0px;
    }
    .hero .container .slider{
        width: 100%;
        height: 420px;
        margin-right: 0px;
    }
    .hero .container .slider .box{
        width: 100%;
        height: 400px;
    }
    .catemenu .container .box .data h1{
        font-size: 30px;
    }
    .catemenu .container .box .data p{
        font-size: 16px;
    }
    .cat .heading h1{
        font-size: 50px;
    }
    .catemenu .heading h1{
        font-size: 50px;
    }
    .order .heading h1{
        font-size: 50px;
    }
    .about .container .text h1{
        font-size: 50px;
    }
    .about .container .text p{
        font-size: 12px;
        line-height: 30px;
    }
    .contact .container .data-box .text h1{
        color: var(---black);
        font-size: 40px;
        font-weight: 800;
    }
    .contact .container .data-box .text .time{
       display: block;
    }
}
@media (max-width:400px) {
    .header .container nav .right-data button{
        display: none;
    }
    .header .container nav .right-data #menu{
        margin-right: 0px;
    }
    .hero .container .text h1{
        font-size: 40px;
        line-height: 50px;
    }
    .hero .container .text p{
        font-size: 10px;
        line-height: 30px;
        margin: 10px 0px;
    }
    .hero .container .slider{
        width: 100%;
        height: 350px;
        margin-right: 0px;
    }
    .hero .container .slider .box{
        width: 100%;
        height: 350px;
    }
    .hero .container .text .button i{
        background-color: var(---yellow);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
    .hero .container .text .button a{
        width: 120px;
        height: 60px;
        font-size: 15px;
    }
    .cat .heading h1{
        font-size: 40px;
    }
    .catemenu .heading h1{
        font-size: 40px;
    }
    .catemenu{
        margin-top: 30px;
    }
    .catemenu .container{
        margin-top: 30px;
    }
    .catemenu .container .box .data h1{
        font-size: 20px;
        padding-top: 10px;
    }
    .catemenu .container .box .data p{
        font-size: 10px;
        line-height: 20px;
    }
    .catemenu .container .box .data .icon{
        margin: 10px 0px;
    }
    .catemenu .container .box .data #cart{
        margin-top: 20px;
        width: 100%;
        height: 100px;
    }
    .cat{
        margin-top: 30px;
    }
    .cat .container{
        display: block;
        margin-top: 30px;
     } 
    .cat .container .cat-box .data-box1 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cat .container .cat-box .data-box1 .text h1{
    color: var(---white);
    font-size: 30px;
    margin-left: 30px;
    font-weight: 600;
    text-align: center;
    margin-left: 0px;
    }
    .cat .container .cat-box .data-box1{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cat .container .cat-box2 .data-box2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cat .container .cat-box2 .data-box2 .text h1{
    color: var(---white);
    font-size: 30px;
    margin-left: 0px;
    font-weight: 600;
    text-align: center;
    }
    .order{
        margin-top: 30px;
    }
    .order .proslider{
        background-color: transparent;
        padding: 0px 30px;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .order .heading h1{
        font-size: 40px;
    }
    .order .proslider .box .data .text h1{
        font-size: 20px;
    }
    .order .proslider .box .data .text{
        background-color: transparent;
        margin-left: 10px;
        margin-top: 40px;
    }
    .order .proslider .box{
        height: 100%;
    }
    .order .proslider .box .data .image{
       width: 80%;
       margin: 10px auto;
    }
    .order .proslider .box .data .image img{
        width: 100%;
    }
    .about{
        margin-top: 30px;
    }
    .about  .container .text h1{
        font-size: 40px;
    }
    .about .container .text p{
        font-size: 9px;
        line-height: 30px;
        margin: 10px 0px;
    }
    .about .container .text .button i{
        background-color: var(---yellow);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        font-size: 25px;
    }
    .about .container .text .button a{
        width: 120px;
        height: 60px;
        font-size: 15px;
    }
    .contact{
        margin-top: 30px;
    }
    .contact .container{
        text-align: center;
    }
    .contact .container .data-box .text h1{
        color: var(---black);
        font-size: 30px;
        font-weight: 800;
    }
    .contact .container .data-box .text h2{
        font-size: 25px;
    }
    .contact .container .data-box .text .time .dot p{
       display: none;
    }
    .footer{
        background-color: transparent;
        margin-top: 30px;
    }
}
@media (max-width:320px) {
    .hero .container .slider{
        width: 100%;
        height: 300px;
    }
    .hero .container .slider .box{
        width: 100%;
        height: 300px;
    }
}
/* media quries */