*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto Mono", monospace;
    font-style: normal;
    font-weight: 300;
}
.head{
    background-color: grey;
    height: 250px;
}

.header{
    border-bottom: 1px solid #f1f1f1;
    height: auto;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.header h6 {
    margin-left: 80px;
    padding-top: 15px;
    font-weight: bold;
}

.nav{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-top: 15px;
    
}

nav li{
    margin-right: 80px;
    font-size: 16px;
    
}

.nav li a{
    text-decoration: none;
    color: white;
}

.bg-head{
    background-image: url(/img/head_image.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

.logo{
    margin-top: 70px;
    text-align: center;
}

.topic{
    text-align: center;
}

.logo img{
    background-size : cover;
    width: 300px;
    align-items: center;
    margin-top: 60px;
}

.header p{
    margin: auto;
    width: 70%;
    margin-top: 20px;
    font-size: 30px;
}

.location-box{
    width: 35%;
}

.search{
    background-color: white;
    width: 70%;
    height: auto;
    max-width: 760px;
    margin: 30px auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border-radius: 2px solid rgb(106, 199, 229);
    
}

.location-dot{
    margin: 7px;
    width: 10%;
    color: rgb(230, 139, 139);
    font-size: 20px;
}

.cart-down{
    width: 10%;
    margin: 10px;
    color: black;
    float: right;
}


.location-search{
    width: 60%;
    border: none;
    font-size: 14px;
    outline: none;
}

.line{
    padding: 8px;
    color: black;
}

.search-box{
    display: flex;
    align-items: center;
}

.search-glass{
    margin: 5px;
    color: rgb(65, 58, 58);
    font-size: 18px;
    width: 15%;
}

.search-box input{
    border: none;
    outline: none;
    width: 80%;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 10px;
}

/* Main Section */

.lists{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    column-gap: 20px;
}

.order{
    margin: 10px;
    width: 300px;
    border: 1px solid rgb(229, 225, 225);
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.opacity{
    padding-top: 5px;
    opacity: 0.7;
}

.order:hover{
    box-shadow: 0 0 10px 0 rgb(229, 225, 225);
}

.oderimg{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.phar{
    position: absolute;
    bottom: 0;
    background-color: white;
    width: 100%;
    height: auto;
    padding: 15px;
}

/* Locations */

.collections{
    margin: 30px 12%;
    margin-top: 5%;
    text-align: center;
}

.collections h3{
    font-size: 35px;;
}

.collections p{
    font-size: 12px;
    color: black;
}
.collections span{
    margin-right: 10px;
    color: rgb(224, 53, 70);
}

.collections i{
    color: rgb(224,53,70);
}


.collection-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    column-gap: 15px;
    margin-top: 20px;
}
.collection-box{
    height: 270px;
    width: 200px;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}

.collection-box h6{
    margin-top: 115%;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
}

.collection-box p{
    width: fit-content;
    margin-left: 7px;
}

.spots{
    color: white;
    background-image: url(/img/Top_Trending_spots.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

.places{
    color: white;
    background-image: url(/img/New_open.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

.sea{
    color: white;
    background-image: url(/img/Sea_places.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

.south{
    color: white;
    background-image: url(/img/south_indian_foods.avif);
    background-repeat: no-repeat;
    background-size: cover;
}

.locations-head{
    margin: 9%;
    margin-left: 13%;
    font-size: 40px;
}

.locations{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    column-gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

.location{
    width: 23%;
    min-width: 300px;
    background-color: rgb(233, 228, 228);
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
    
}

.locate{
    margin-left: 5px;
    padding-top: 5px;
}

.see-more{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.see-more i{
    margin-left: 35px;
}

.see-more p{
    margin-bottom: 8px;
}

.location span{
    margin-left: 90%;
}

.place{
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 18px;
}

/* Mobile Image */

.mobile{
    display: flex;
    flex-wrap: wrap ;
    background-color: rgb(255, 251, 247);
    height: 100%;
    width: 100%;
    justify-content: center;
    margin: 30px 0;
}

.phone{
    width: 100%;
    height: 500px;
}

.text{
    margin-left: 50px;
}

.text h6{
    font-size: 30px;
    font-weight: bold;
    color: black;
    margin-top: 35px;
}

.text p{
    font-size: 20px;
    color: black;
    margin-top: 20px;
}

.radio{
    margin-top: 30px;
    font-size: 18px;
}

.radio input{
    margin: 5px;
}

.email{
    margin-top: 20px;
    margin-left: 3px;
    display: flex;
}

.email input{
    margin: 5px;
    width: 50%;
    height: 30px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 5px;
    border: 2px solid skyblue;
}

.btn button{
    width: 100%;
    height: 43px;
    padding: 10px;
    margin-top: 4px;
    border-radius: 5px;
    border: 1px solid white;
    background-color: rgb(229, 29, 29);
    color: white;
}

.dow-text{
    margin-top: 20px;
    margin-left: 5px;
    font-size: 18px;
    color: black;
}

.play img{
    margin-top: 20px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 10%;
    width: 100px;
    object-fit: cover;
}

/* Near Me */

#near{
    margin: 15px;
    margin-left: 13%;
    font-size: 40px;
}

.near{
    margin-top: 40px;
    column-gap: 20px;
    flex-wrap: wrap;
    position: relative;
}

.near-me{
    width: 23%;
    height: 50px;
    background-color: rgb(236, 236, 236);
    margin: 10px;
    border-radius: 10px;
    width: 75%;
    margin-left: 13%;
    padding: 10px;
}

.arrows{
    margin-right: 15px;
    float: right;
}

.near-me p{
   margin-left: 5px;
   margin-top: 15px;
}


/* Footer Section */

.footer{
    margin-top: 25px;
    background-color: rgb(248, 248, 248);
}

.footer-nav{
    display: flex;
    column-gap: 45px;
    margin: 10px 12%;
    
    flex-wrap: wrap;

} 

.footer-nav h5{
    font-size: 25px;
}

.about{
    margin: 10px;

}

.footer-nav ul li{
   margin-top: 8px;
   list-style: none;
}

.zomaverse{
    margin-top: 25px;
}

.learn-more{
    margin-bottom: 105px;
}


.social-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 85px;
    position: relative;

}
.icons{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

.icon{
    margin: 5px;
}

.downlod{
    margin: 5px;
    width: 100px;
}

.bottom {
    margin-top: 30px;
    padding: 15px;
}

.bottom p{
    font-size: 13px;
    color: black;
    margin: 0 12%;
    margin-top: 15px;
}

/* Media Query */

@media screen and ( max-width :930px){
    #nav{
        display: none;
    }
    .location-box,.line{
        display: none;
    }

    
}