* {
    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 */
/* Carousel */
.car {
    width: 90%;
    height: 85vh;
    margin: auto !important;
    border-radius: 20px !important;
    /* border: 2px solid red; */

}

.rad img {
    width: 100%;
    height: 80vh;
    border-radius: 20px !important;
    object-fit: cover;
    /* background-image: cover; */
}

/* Carousel end */
/*Cafe Order System*/
.Onlinegri {
    width: 100%;
    height: 78vh;
    /* border: 2px solid red; */
}
.Onlinegri_rap {
    width: 90%;
    height: 78vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    /* border: 2px solid red; */
}

/* .Onlinegri_tex {
    bottom: 15px;
} */
.Onlinegri_tex p {
    font-size: 25px;
    /* text-align: center; */
    padding-bottom: 5px;
}
.Onlinegri_tex a button{
    font-size: 20px;
    border-radius:25px;
    padding: 10px;
    border:2px solid #f4511e ;
    background-color: white;
}
.Onlinegri_tex a button:hover{
    color: white;
    border-color:2px solid #f4511e ;
    background-color: #f4511e;
}
.Onlinegri_img {
    width: 100%;
    height: 76vh;
    padding-bottom: 5px;
    padding-bottom: 30px;
    /* border: 2px solid red; */
}
.Onlinegri_img img{
    width: 100%;
    height: 60vh;
}
.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);
    }
}



.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%;
}
.essentail{
    width: 85%;
    height: 12vh;
    margin: auto;
}
.essentail p{
    font-size:20px;
    text-align: center;
}
/* Liquor Store App */
.Liquor{
    width: 100%;
    height: 98vh;
}
.Liquor_rap{
    width: 90%;
    height: 95vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 15px;
    /* border: 2px solid black; */
}
.Liquor_store-heap{
    width: 90%;
    /* height: 10vh; */
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto;
}
.Liquor_text ul {
    list-style-type: none;
}
.Liquor_text ul li i{
    color: orange;
    font-size: 20px;
}
span{
    font-size: 20px;
    font-weight: bold;
}
.Liquor_text p{
    margin-top: 10px;
    padding-left: 25px;
    font-size: 15px;
}
.Liquor_text ul li{
    padding-top: 20px;
    padding-bottom: 20px;
}
#Liquor_text1{
    margin-bottom: 170px;
}
/* #Liquor_text2{
    margin-bottom: 170px;
} */
/* Customer App */
.Customer_App{
    width: 90%;
    height: 99vh;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    margin-right: 20px;
    padding-bottom: 50px;
    /* border: 2px solid black; */
}

.Liquor_imagg{
    width: 100%;
    height:85vh ;
}
.Liquor_imagg 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);
    }
}
.Liquor_imag img{
    width: 110%;
    height:83vh ;
}
/* .Onlinegri_img {
    width: 100%;
    height: 66vh;
} */

.Liquor_imag 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);
    }
}
.ready-to{
    width: 100%;
    height: 35vh;
    display: grid;
    grid-template-columns: auto auto;
    background-color: rgba(208, 231, 252, 0.463);
}
.ready-torap{
    width: 90%;
    height: 30vh;
    
}
.ready-torap h1{
    padding-top: 60px;
}
.ready-torap p{
    font-size: 20px;
    padding-top: 10px;
}
.try_now a button{
    font-size: 20px;
    border-radius:25px;
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    border:2px solid #f4511e ;
    background-color: white;
}
.try_now a button:hover{
    color: white;
    border-color:2px solid #f4511e ;
    background-color: #f4511e;
}
/* FAQS */
.faqs{
    width: 96%;
    height: 88vh;
    background-color:#f4501e11 ;
    border-radius: 15px;
}
.faqs_head{
    width: 90%;
    height: 15vh;
   /* position: relative; */
} 
.faqs_head1 {
    height: 85vh;
}
.faqsrap{
    width: 95%;
    height: 80vh;
    display: grid;
    grid-template-columns: auto auto;
    /* position: absolute; */
    
}
.accordion{
    margin: 60px auto;
    width: 600px;
}
.accordion li{
    list-style: none;
    /* width: 100%; */
    margin: 20px;
    padding: 10px;
    border-radius: 8px;
    background: #e3e3e3;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); /*6px 9px 10px -1px rgba(0,0,0,0.15) -6px 9px 10px -1px rgba(255,255,255,0.7)*/
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
label::before{
    content: '+';
    margin-right: 10px;
    font-size: 24px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    color: #555;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}
.accordion input[type="radio"]:checked +label +.content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked +label::before{
    content: '-';

}

/* 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;
}