*{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    /* font-size: 2vh; */

}
body{
    overflow-x: hidden;
}
.main{
    height: 112vh;
    width:100%;
    background-color: rgb(255, 82, 0);
    color: white;



}
/* This is Our navebar */
.nav{
    width:100%;
    display: flex;
    top: 7%;
    justify-content: center;
    align-items: center;
    position: relative;
    color: white;
}

.logo{
    height: 50px;
    width:160px;
    position: absolute;
    left: 10%;
    /* right: 300px; */
    
}
.right_nav{
    width:50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: 0;
    gap:4%;
}
.nav a{
    text-decoration: none;
    color: white;
    font-size: 1.02em;
    font-weight:bolder;
    font-family: Arial, Helvetica, sans-serif;
    /* position: absolute; */
    gap: 15px;
    letter-spacing: -1px;
    
}
#btn1{
    padding: 16px  15px;
    border-radius: 10px;
    font-weight:900;
    font-size: 1.01em;
    border:1px solid white;
}
.fa-arrow-down{
    transform: rotate(-130deg);
}
#btn2{
    padding: 16px  40px;
    font-size: 1.01em;
    border-radius: 15px;
    font-weight: 900;
    background-color:black;
}

.side_image{
    height:69%;
    width:16%;
    top: 13%;
    position: absolute;
    z-index: 2;
    background-size:100% 100%;
    background-repeat: no-repeat;
}
.left_image{
    left: 0px;
    background-image:url('assets/images/land_images/Veggies_new.webp');
}
.right_image{
    right:0px;
    background-image:url('assets/images/land_images/Sushi_replace.webp');
}
.middle{
    height:40%;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: 9%;
    gap: 8%;
}
/* This is our main landing content */
h1{
    text-align: center;
    width:50%;
    font-size: 2.9em;
}
.feild{
    height: 20%;
    display:flex;
    justify-content: center;
    width:55%;
    position: relative;
    gap:2%;
}
.fa-location-dot{
    color: rgb(255, 82, 0);
    position:absolute;
    left:4%;
    top:25%;
    font-size: 1.5em;
}
.fa-angle-down{
    color: rgb(20, 19, 19);
    position:absolute;
    left:33%;
    top:27%;
    font-size: 1.5em;
}
.fa-magnifying-glass{
    color: rgb(172, 170, 170);
    position:absolute;
    left:93%;
    top:28%;
    font-size: 1.2em;
}
input{
    height: 100%;
    width:55%;
    border-radius: 15px;
    border: none;
    padding-left:10px ;
    /* position: relative; */  
    
}
input::placeholder{
    font-size: 1.3em;
    font-weight: bold;
    color: rgb(172, 169, 169);
    padding-left: 3px;
}
#select{
    width:32%;
    padding-left:45px ;
}
#select::placeholder{
    font-size: 1.1em;
}
.con{
    height:50%;
    width:100%;
    /* border: 1px solid white; */
    position: absolute;
    top:56%;
    display:flex;
    justify-content: center;
    
}
.itm{
    height: 100%;
    width:26%;
    /* border: 1px solid black; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.line{
    height:15px;
    width:80%;
    background-color: white;
    position: absolute;
    top: 107%;
    left:10%;
}
.fa-caret-left{
    font-size: 1em;
    position: absolute;
    color: grey;
    left: 0px;
}
.fa-caret-right{
    font-size: 1em;
    position: absolute;
    color: grey;
    right: 0px;
}
/* This is our food section  */
.food_options{
    height:90vh;
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fa-left-long{
    font-size: larger;
    position: absolute;
    display: inline;
    left:80%;
}
.f_con{
    width: 100%;
    display: flex;
}
.arrow1,.arrow2{
    font-size: 1em;
    padding: 5px;
    color: rgb(54, 54, 54);
    background-color:rgb(231, 226, 226);
    border-radius: 50%;
    font-weight: 100;
    position: absolute;
    transform: rotate(-90deg);
    right:2%;
}
.arrow2{
    transform: rotate(90deg);
    right: 4%;
}


.foods{
    height:60%;
    width:120%;
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-template-rows: repeat(2,1fr);



}
.option{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
/* This is our Grocery section  */
.grocery_items{
    height:55vh;
    width:180%;
    display: flex;
    gap: 10%;
    flex-direction: column;
    /* justify-content: ; */
    font-size: larger;
    text-align: center;
    font-weight: bolder;
    color: rgb(52, 52, 52);

}
.grocery_items{
    font-size: large;
    color: black;
}
.grocery{
    display: grid;
    grid-template-columns: repeat(14,1fr);
    gap: 2%;
}
.item img{
        height:80%;
        width:100%;
}
/* This is our Restaurent section  */
.fl_con{
    display: flex;
   position: relative;
   font-weight: 900;
   left: 10%;
   margin-bottom: 2%;
   .arrow1{
    right:21%;
   }
   .arrow2{
    right: 24%;
   }
}
.restaurents{
    height:50vh;
    width:80%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    position: relative;
    left: 10%;
    gap: 3%;
}
.container{
    height: 90%;
    /* border: 1px solid black; */
    box-shadow: 0px 0px 1px;
    border-radius: 15px;
    
}
.upper{
    height:50%;
    width:100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.lower{
    height:50%;
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    font-size: small;
    /* position: relative; */
}
.nme{
    height: 15%;
    width: 96%;
    position: relative;
    top: 79%;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    color: white;
    background: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.899));
    /* box-shadow: 0px 0px 5px black; */
    border: none;

}
.fa-star{
    padding: 2px;
    border-radius: 50%;
    font-size: small;
    background-color: green;
}
.up,.down{
    position: relative;
}
.offer{
    height: 80%;
    width:10%;
    /* position: rela; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section{
    height: 30px;
    width:90%;
    border-radius: 5px;
    display: flex;
    /* justify-content:space-between; */
    justify-content: space-around;
    gap: 2%;
    color: white;
    font-size:600;
    font-weight: bold;
    align-items: center;
    /* padding-left: 5%; */
    padding: 2%;
    
    p{
        /* margin-right: 9%; */
    }
}
.upper_sec{
    background-color: rgb(27, 166, 114);
    font-size: 1em;

}
.lower_sec{
    background-color: rgb(200, 249, 229);
    color:rgb(27, 166, 114) ;
    justify-content: start;
    font-size: 1.1em;

}
.up,.down{
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.banner{
    margin-top: 5%;
    margin-bottom: 5%;
    height:40vh;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.grocery_delivery,.food_delivery{
    height:30vh;
    width:65%;
    position: relative;
    left:15%;
    gap:3%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows:repeat(3,1fr);
}
.location{
    border-radius: 15px;
    /* border: 1px solid grey; */
    box-shadow: 0px 0px 1px;
    padding: 5%;
    font-size: 1.8vh;
    color: rgb(63, 62, 62);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.more{
    position: relative;
    display: flex;
    box-shadow:0px 0px 1px black ;
    color: rgb(255, 82, 0);
    i{
        position: absolute;
        top:33%;
        left: 67%;
        color: rgb(255, 82, 0);
    }
}

.del{
    position: relative;
    left:15%;
    margin-top:5%;
    margin-bottom: 1%;
}
/* This is Our footer  */
.footer{
    background-color: rgb(240, 240, 245);
    
}
.main_foot{
    height:60vh;
    width:100%;
    display: flex;
    background-color:rgb(240, 240, 245);
    justify-content: center;
    gap: 3%;
    margin-top: 5%;
    a{
        text-decoration: none;
        color: rgb(58, 58, 58);
    }
   

}
.footer .logo{
    position: absolute;
}
.f_ele{
    margin-top: 3%;
    height: 70%;
    display: flex;
    flex-direction: column;
    gap: 5%;
    p{
        margin-left: 12%;
        margin-top: 25%;
    }

}
.f_ele select{
    width:85%;
    padding: 5px;
    border-radius: 5px;
    background-color: transparent;
    border: none;
    box-shadow: 0px 0px 1px;
}
.l_h3{
    margin-top: 25%;
}
.logo_con{
    position: relative;
    width:15%;
}
.icons{
    display: flex;
    gap: 5%;
}
.lower_footer{
    height:8vh;
    width:100%;
    display: flex;
    background-color: rgb(240, 240, 245);
    justify-content: center;
    align-items: center;
    font-size: medium;
    gap: 3%;
    padding-bottom: 3%;
    
}
.lower_footer img{
    transition: all 10s ease-in-out;
}
.lower_footer img:hover{
    height:120%;
}
hr{
    width: 80%;
    position: relative;
    left: 10%;
    margin-bottom: 2%;
}