@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&family=Nunito:wght@300&family=Poppins:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Montserrat:ital@0;1&family=Playpen+Sans:wght@200&display=swap');


html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-family: 'Nunito', sans-serif;
    font-family: 'Poppins', sans-serif;
    color: black;
    transition: 0.2s;
}


/* nav section  */
nav{
    display: flex; 
    padding:20px;
    background: #edede9;
    font: 14px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.logo{
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid black;
    margin-bottom: 3px;
}

.logo i{
    margin-right: 3px;
}

.nav-contents{
    display:flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    height: 46;
}

.nav-items a{
    display: flex;
    margin:7px;
    padding:6px;
    align-items: center;
}

li{
    list-style-type: none;
}

input{
    padding:5px 10px;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}

.nav-items{
    /* border : 0.5px solid olivedrab; */
    align-items: center;
    justify-content: center;
    display: flex;
}

.material-icons.md-12 {
    font-size : 12px;
}

/* element.style {
    height: 50px;
} */

#login{
    background: olivedrab;
    color:#fff;
    border-radius: 5px;
    padding:4px 6px;
}

#searchicon.material-icons{
    background: olivedrab;
    padding:10px;  
}

.nav-link{
    align-items: center;
    justify-content: center;
    height:30px;
}

#searchtab{
    border:2px solid #fff;
    width:200px;
    border-radius: 60px;
}


#menu-icon{
    color:olivedrab;
    font-size: 30px;
    cursor: pointer;
    display: none;
}

#cart span{
    background:olivedrab;
    width:1vh;
    height:1vh;
    border-radius: 100%;
    top:10px;
    right:80%;
}

.hover:hover, nav div ul li a:active{
    /* border:solid olivedrab; */
    border-width: 0.2px;
    padding: 0px;
    border-radius: 5px;
    color :#88a44e;
}

.logo:hover, a.logoname:hover{
    background: olivedrab;
    opacity: 20;
    padding:3px;
    border-radius: 4px;
    color:#fff;
    transition: 0.5s;

}

#sticky{
    position: fixed;
    top: 0;
    width: 100%;
    /* overflow: hidden; */
}

.header {
    position: relative;
}

.header-nav {
    position: fixed;
    z-index: 100;
    width: 100%;
}

/* dropdown section  */
.dropdown{
    position:fixed;
    right:2rem;
    top: 60px;
    width:300px;
    background:#e1e8d3;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    height:0px;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    /* display: none; */
    box-shadow: 0px 0px 12px olivedrab;
}

.dropdown.open{
    height:250px;
}

.dropdown li{
    padding:0.7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:1.5vh;
}

.dropitems :hover, .dropitems a:hover{
    color:olivedrab;
    transition: 0.5s;
}

.searchIcon a{
    display: flex;
}

.searchIcon i{
    display:none;
}

.searchIcon i, .searchIcon input{
    color:olivedrab;
} 

.nav-contents div{
    padding:0vh 1vh;
}
.tabsearch{
    /* display:none; */
    width:0px;
    border:none;
    padding:0;
}

.tabsearch.open{
    width:250px;
    display: flex;
    border:2px solid #fff;
    border-radius: 60px;
    padding:5px 10px;
}

/* body  */
body{
    background-color: #e1e8d3;
}

.page{
    display:block;
}

section{
    height:100vh;
    padding-top:10vh;
}

/* home section  */
.home{
    background: url(../images/home.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    padding-top: 20vh;
    
}

.text{
    align-items: center;
    justify-content: center; 
    display:block; 
    text-align: center;
    color: white;
}

#name{
    padding-top:35vh;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bolder;
    font-size: 8vh;
    text-shadow: 2px 2px 5px black;
}

#tag{
    letter-spacing: 3px;
    font-size: 2vh;
    text-shadow: 2px 2px 5px black;
}

/* about us section  */
.para{
    text-align: center;
    margin:1vh 13vh 8vh 13vh;
}

.about{
    display:flex;
    justify-content: space-evenly;
    align-items: center;

}

.laras{
    width:450px;
    height:300px;    
}

.laras img{
    width: 100%;
    height: 90%;
    object-fit: cover;
}

/* menu section  */
.menu-list{
    display: flex;
    /* position: relative; */
    border : none;
    align-items: center;
    justify-content: space-evenly;
    height:50vh;
    padding-left: 15vh;
    padding-right: 15vh;
    margin: 10vh;
}

.menu-items{
    /* display: block; */
    padding:5vh;
    height: 300px;
    width: 250px;
    /* border: 2px solid olivedrab;  */
    margin: 10vh 0vh; 
}

.menu-items img{
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 10vh; 
    box-shadow: 0px 0px 1vh olivedrab;   
}

.details{
    margin-top: 2vh;
    text-align: center;
    justify-content: center;
    font-size: 2.5vh;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:black;
    display:flex

}

.menu-items:hover{
    /* background:#a6bb7b; */
    border-radius: 3vh;
    box-shadow: 0px 0px 10px #a6bb7b;;
    cursor:pointer;
    color:#fff;
    font-weight: 300;
    transition: 0.2s;
    transition: 0.3s;
    
}

.title{
    padding:7vh;
    font-size: 3.5vh;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 2vh;
    color: black;
    text-transform: uppercase;
    
}

/* menu items section  */
.container{
    /* height: 88vh; */
    background-color: #e1e8d3;
    border-bottom: 1px solid olivedrab;
}

/* #position{
    position: fixed;
} */

.subtitle{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.items{
    display: flex;
    border : none; 
    align-items:center;
    justify-content:space-evenly; 
    margin:3vh;
}

/* change to display:block; */
.align{
    display:block;
}

.subitems{
    display:flex;
    margin:1vh;
    background:#a6bb7b;
    padding:2vh;
    border-radius: 2vh;
}

.image{
    height: 15vh;
    width:30vh;
    /* border-bottom: 1px solid olivedrab; */
}

.subitems img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2vh;
}

.details1{
    margin-top: 0.5vh;
    text-align:justify;
    font-size: 2.5vh;
    text-transform: capitalize;
    letter-spacing: 2px;
    color:black;
    display:flex;
    padding:2vh; 
    /* overflow-wrap: normal; */
    width: 40vh;
    border-bottom: 1px dotted olivedrab;
}

.subitems:hover{
    background: transparent;
    border:1px solid #a6bb7b;
    cursor:pointer;
}

/* veg non veg buttons */
.classification{
    background:#88a44e;
    color:#fff;
    letter-spacing: 0.8vh;
    border:none;
    padding:3vh 2vh;
    border-radius:1vh;
    /* text-transform: capitalize; */
    font-size: 2vh;
}

.classification:hover{
    background:#e1e8d3;
    color:#88a44e;
    border:1px solid #88a44e;
    font-weight: 800;
    transition: 0.5s;
    cursor:pointer;
}

/* help section  */
.help{
    display:flex;
    justify-content: space-evenly;
    margin:0vh 25vh 0vh 25vh;
    padding:2vh;
}

.info{
    border:2px solid #88a44e;
    padding:5vh;
    border-radius: 3vh;
}

.info p{
    text-transform: capitalize;
    margin-bottom: 2.5vh;
    color:olivedrab;
    font-weight: 500;
}

.info-details input{
    margin-top: 1.5vh;
    width:50vh;
    height:8vh;
    font-size: 2vh;
    padding:2vh;
    border:1px solid olivedrab;
    overflow: hidden;
    background:#e1e8d3;
    border-radius: 1vh;
}

#message{
    height:13vh;
    margin-top: 1.5vh;
    width:50vh;
    height:8vh;
    font-size: 2vh;
    padding:2vh;
    border:1px solid olivedrab;
    overflow: hidden;
    background:#e1e8d3;
    border-radius: 1vh;
}

.infohead{
    font-size: 4vh;
    margin:0.5vh;
    border-bottom: 1px solid olivedrab;
    letter-spacing: 1vh;
    color:olivedrab;
    text-transform: capitalize;
}

.info-details{
    display:block;
    margin:1.5vh 0vh 1.5vh 0vh;
    padding:2vh;
    font-size: 2.5vh;
    letter-spacing: 0.5vh;
}

#para{
    text-align: left;
    font-weight: 500;
}

.button{
    background:#88a44e;
    color:#fff;
    letter-spacing: 0.5vh;
    border:none;
    padding:1vh 0.5vh;
    border-radius:1vh;
    /* text-transform: capitalize; */
    font-size: 2vh;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#button{
    font-size: 2vh;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.button:hover{
    background:#e1e8d3;
    color:#88a44e;
    border:1px solid #88a44e;
    font-weight: 800;
    transition: 0.3s;
    cursor:pointer;
}

.google-map {
    padding-bottom: 50%;
    position: relative;
    box-shadow: 0px 0px 5px olivedrab;
    margin-top:2vh
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

/* footer section  */
footer{
    /* padding: 1vh 3vh 1vh 3vh; */
    background:olivedrab;
}

footer div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#logo{
    font-size: 22px;
    align-items: center;
    margin-bottom: 3px;
}

.icons{
    display:flex;
    align-items: center;
    justify-content: space-around;
    width: 30vh;
}

.icons img{
    width:4vh;
    height:4vh;
}

.icons:hover{
    cursor: pointer;
}

footer p{
    font-size:12px;
    text-align: center;
}
.items.hidden{
    display: none;
}

/* #Cart{
    height: 18;
} */
/* add to cart */

.subitems i{
    color:#edede9;
    text-shadow:1px 1px 3px olivedrab;
    height:5vh;
    width:5vh;
    align-items: center;
    justify-content: center;
    padding:5px;
}

.subitems i:hover{
    color:#88a44e;
    background:#edede9;
    box-shadow: 1px 1px 3px olivedrab;
    border-radius: 2vh;
}

.material-icons.md-15 {
    font-size : 4vh;
}

.bg-modal{
    width:100%;
    height:100%;
    background-color: rgba(0 0 0 0.7);
    opacity:0.7%;
    position:absolute;
    top:0px;
}

/* .carttab{
    background:olivedrab;
    width:300px;
    height:250px;
    position: relative;
    top:100px;

} */