* {
    padding: 0px;
    margin: auto;
    box-sizing: border-box;
}
/* navbar */
.backgr {
    background-color: white !important;
}

.footex{
    color: #f4511e !important;
    font-weight: bold;
    font-size: 25px !important;
}
.butt {
    color: black !important;
}

.butt:hover {
    background-color: orange !important;
    border-radius: 25px;
    color: white !important;
}
.mig img {
    width: 25%;
    height: 5vh;
    border-radius: 5px;
}

/* .box {
    width: 50%;
    height: 20vh;
    display: grid;
    grid-template-columns: auto auto auto;
} */
.menupok {
    width: 100%;
    height: 30vh;
    /* background-color: black !important; */
}
.box img {
    width: 25;
    height: 5vh;
    /* text-align: center; */
}
.priho:hover {
    color: #f4511e !important;
}

/* navbar End */
/* #box1 img{
    width: 20%;
    height: 5vh;
} */
/* banner */
.banner {
    width: 100%;
    height: 80vh;
}

.bannerrap {
    width: 80%;
    height: 70vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 100px;
}

.bannergi img {
    width: 90%;
    height: 60vh;
    border-top-left-radius: 50px;
}

.bannertext h1 {
    font-size: 65px;
}

.bannertext ul {
    padding-right: 20px;
    font-size: 20px;
    list-style: none;
}

.bannertext ul li i {
    color: orange;
    font-size: 22px;
}

.regedit:hover {
    background-color: orange;
}

/* .btn-orange {
    background-color: #ffa07a;
    border-color: #ffa07a;
  } */
.button {
    border-radius: 50px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 20%px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 20px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

/* banner end */
/*  Upper_Mid_Sec */
.gridfor_mid {
    width: 100%;
    height: 55vh;
}

.gridfor_midrap {
    width: 80%;
    height: 50vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 50px;
}

.gridfor_midtext h2 {
    font-size: 50px;
}

.gridfor_midtext p {
    font-size: 20px;
    text-align: center;
    /* text-justify: inter-word; */
    /* transition-duration: 5s; */
}

/* Carousel */
.car {
    width: 90%;
    height: 90vh;
    margin: auto !important;
    border-radius: 20px !important;

}

.rad img {
    width: 100%;
    height: 80vh;
    border-radius: 20px !important;
    object-fit: cover;
    /* background-image: cover; */
}

/* Carousel end */
/* Trusted By 10,000+ Restaurants  */
.trus_head {
    height: 14vh;
}

.trus_head h1 {
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 7px;
}

.trus_head h1::after {
    content: '';
    position: absolute;
    height: 5px;
    left: 0;
    margin-left: 700px;
    bottom: 0;
    width: 0;
    background: #f4511e;
    transition: width .2s;
}

.trus_head h1:hover:after {
    /* text-align: center; */
    width: 10%;
}

.trust_img {
    width: 100%;
    height: 70vh;
    /* border: 2px solid black; */
}

.trust_imgrap {
    width: 95%;
    height: 65vh;
    margin: auto;
    display: grid;
    cursor: pointer;
    /* grid-template-columns: auto auto auto auto auto auto; */
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}

/* .imgfor_trust img{
    width: 550px;
    
    border: 1px solid orange;

    text-align: center;
} */
.imgfor_trust img:hover {
    border: 1px solid #f4511e;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.pizgir {
    width: 100%;
    height: 50vh;
}

.pizgirrap {
    width: 90%;
    height: 36vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 8px;
}

.pizz_box {
    width: 100%;
    height: 38vh;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pizz_box img {
    width: 50%;
    height: 30vh;
    /* margin: auto; */
    /* margin-left: 100px; */
    object-fit: cover;

}

.pizz_box h3 {
    text-align: center;
}

.pizz_box a {
    /* text-align:center; */
    color: black;
    text-decoration: none;
}

.pizz_box {
    text-align: center;
    cursor: pointer;
    position: relative;
    /* padding-bottom: 7px; */
}

.pizz_box::after {
    content: '';
    position: absolute;
    height: 5px;
    left: 0;
    /* margin-left: 700px; */
    bottom: 0;
    width: 0;
    background: orange;
    transition: width .2s;
}

.pizz_box:hover:after {
    /* text-align: center; */
    width: 100%;
}

.Onlinegri {
    width: 100%;
    height: 69vh;
    /* border: 2px solid red; */
}

.Onlinegri_rap {
    width: 90%;
    height: 68vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    /* border: 2px solid red; */
}

.Onlinegri_img {
    width: 100%;
    height: 66vh;
}

.Onlinegri_img img {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}

@-moz-keyframes up-down {
    0% {
        -moz-transform: translate(1px, 20px);
    }

    24% {
        -moz-transform: translate(1px, 30px);
    }

    50% {
        -moz-transform: translate(1px, 12px);
    }

    74% {
        -moz-transform: translate(1px, 22px);
    }

    100% {
        -moz-transform: translate(1px, 22px);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
    }

    24% {
        -webkit-transform: translate(1px, 30px);
    }

    50% {
        -webkit-transform: translate(1px, 12px);
    }

    74% {
        -webkit-transform: translate(1px, 22px);
    }

    100% {
        -webkit-transform: translate(1px, 22px);
    }
}

@-o-keyframes up-down {
    0% {
        -o-transform: translate(1px, 20px);
    }

    24% {
        -o-transform: translate(1px, 30px);
    }

    50% {
        -o-transform: translate(1px, 12px);
    }

    74% {
        -o-transform: translate(1px, 22px);
    }

    100% {
        -o-transform: translate(1px, 22px);
    }
}

@-ms-keyframes up-down {
    0% {
        -ms-transform: translate(1px, 20px);
    }

    24% {
        -ms-transform: translate(1px, 30px);
    }

    50% {
        -ms-transform: translate(1px, 12px);
    }

    74% {
        -ms-transform: translate(1px, 22px);
    }

    100% {
        -ms-transform: translate(1px, 22px);
    }
}

.Onlinegri_tex p {
    font-size: 25px;
    text-align: center;
}

.indu_rat {
    width: 100%;
    height: 40vh;
}

.indu_rat_rap {
    width: 90%;
    height: 30vh;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
}

.indu_imge {
    width: 90%;
    height: 20vh;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.indu_imge h6 {
    padding-top: 20px;
    text-align: center;
    color: orange;
}

.indu_imge {
    text-align: center;
    cursor: pointer;
    position: relative;
    /* padding-bottom: 7px; */
}

.indu_imge::after {
    content: '';
    position: absolute;
    height: 5px;
    left: 0;
    /* margin-left: 700px; */
    bottom: 0;
    width: 0;
    background: orange;
    transition: width .2s;
}

.indu_imge:hover:after {
    /* text-align: center; */
    width: 100%;
}

/* footer */
.footer_head {
    width: 100%;
    height: 8vh;
    background-color: rgba(192, 219, 245, 0.488);
}

.footer_head h1 {
    text-align: center;
    color: #f4511e;
    
}
.footer_head a{
    text-decoration: none;
}
.footer {
    width: 100%;
    height: 80vh;
    background-color: rgba(192, 219, 245, 0.488);
    /* border: 2px solid black; */
}

.footerrap {
    width: 90%;
    height: 75vh;
    /* border: 2px solid red; */
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
/* #fome ul li{
    margin-bottom:80px;
} */
.footer_menu i{
    color: black;
    font-size: 23px;
    padding-left: 7px;
    padding-right: 7px;
}
.footer_menu i:hover{
    color: #f4511e;
}
.footer_menu ul{
    
    list-style: none;
    
}
.footer_menu ul li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer_menu ul li a{
    color: black;
    /* font-size: 1px; */
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_menu ul li a:hover{
    color: #f4511e;
}
/* Under line */
.under{
    width: 100%;
    height: 5vh;
    background-color: rgba(192, 219, 245, 0.488);
   
}
.underrap{
    width: 95%;
    padding-top: 3px;
    /* border-top: 2px solid rgba(255, 255, 255, 0.708); */
    border-top: 2px solid #f4511e; 
    margin: auto;
}
.underrap h6{
    text-align: center;
}