* {
    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 */
.foood_coner{
    width: 100%;
    height: 25vh;
    background-color: rgb(231, 244, 255);
}
.foood_coner h1{
    padding-top: 25px;
    text-align: center;
    color: #f4511e;
}
.foood_coner h6{
    text-align: center;
}
/* Carousel */
.car {
    width: 90%;
    height: 86vh;
    margin: auto !important;
    border-radius: 20px !important;
}

.rad img {
    width: 100%;
    height: 80vh;
    border-radius: 20px !important;
    object-fit: cover;
}

/* Carousel end */
/* Rotate */
.column {
    width: 90%;
    height: 68vh;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 15px;
    /* border: 2px solid red; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.hover-rotate img {
    width: 100%;
    height: 35vh;
    /* border-radius: 5px;
    border: 2px solid #f4511e; */
}
.hover-rotate {
    overflow: hidden;
    /* margin: 4px; */
    min-width: 400px;
    max-width: 500px;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #f4511e;
}
.hover-rotate img {
    transition: all 0.3s;
    box-sizing: border-box;
    max-width: 100%;
}
.hover-rotate:hover img {
    transform: scale(1.3) rotate(5deg);
    
}
.hover-rotate:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hole_sho:hover{
    /* width: 100%;
    height: 45vh; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.for_text h4{
    color: #f4511e;
}
/* Rotate end */
/* Kickstart Food Business for your Restaurant, only with Foodiv!! */
.kick{
    width: 100%;
    height: 30vh;
}
.kickrap{
    width: 85%;
    height: 25vh;
    margin: auto;
    background-color: #f4501e1c;
    display: grid;
    grid-template-columns: auto auto;
    border-radius: 15px;
    grid-column-gap: 15px;
}
.kich_he{
    margin-left: 20px;
}
.kick_but{
    margin-right: 25px;
}
.kick_but h6 a{
    border:2px solid #f4511e;
    padding: 10px;
    border-radius: 20px;
    color: #f4511e;
}
.kick_but h6 a{
    text-decoration: none;
    /* color: white; */
}
.kick_but h6 a:hover{
    color: white;
}
.kick_but a:hover{
    padding: 10px; 
    border-radius: 20px;
    background-color: #f4511e;
}
/* 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;
}