body
{
    margin: 0%;
}
.header
{
    margin-top: 0%;
    background-image: url(./food_template_001_head.jpg);
    color: aliceblue;
    background-size: cover;
    max-height: 660px;
    padding-bottom: 120px;
    margin-bottom: 60px;
}
.first-head-part
{
    
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 12%;
    padding-top: 30px;

}
#image-phone
{
    max-height: 25px;
    object-fit: fill;
    border-radius: 30%;
}
#bton
{
    font-size: 20px;
    margin-left: 8px;
}
/* #bton:hover
{
    font-size: 21px;
    cursor: pointer;

} */
.navbar
{
    display: inline-flex;
    margin-right: 17%;
}
.navcontent
{
    margin-right: 50px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-size: 1.4rem;
}
.headerpart
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-height: 500px;
    margin-top: 120px;
}
#cont01
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 6.5rem;
    
}
#cont002
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
}

.select-rest:placeholder-shown
{
    font-size: larger;

}
#cont03
{
    display: flex;
    width: 700px;
    height: 70px;
}
.selects-rest:optional
{
    font-size: 22px;
    max-width: 100%;
    padding-left: 35px;
    cursor: pointer;
}
.selects-rest
{
    width: 40%;
    max-height: 100%;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: white;
}
input.select-rest:placeholder-shown
{
    width: 100%;
    max-height: 100%;
    border: 0%;
    padding-left: 20px;
    font-family: serif;
    font-size: 25px;
    border: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}



.service-container
{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.service
{
    max-height: 320px;
    width: 382px;
    border: 1px solid rgba(0, 0, 0, 0.159);
    border-radius: 15px;
}
.service:hover 
{
    cursor: pointer;
    max-height: 350px;
    width: 452px;
    transition: 200ms ease;
}
.service:hover .img-food
{
    height: 250px;
    width: 452px;
    transition: 200ms ease;
}
.img-food
{
    max-height: 220px;
    width: 382px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    object-fit: cover;
    object-position: 25% 25%;


}
#service1
{
    margin-right: 29px;
}
#service2
{
    margin-right: 29px;
}
.strong-inservice
{
    margin-top: 8px;
    padding-left: 23px;
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.para-inservice
{
    padding-left: 23px;
    font-size: 22px;
    margin-top: 6px;
}



.collection-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 95px;
    padding-left: 286px;
    padding-right: 286px;
}
#para01
{
    float: left;
}
#para02
{
    float: right;
}
#content1
{
    font-size: 50px;
}
#para01
{
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    color: rgba(0, 0, 0, 0.644);
}
#para02
{
    font-family: 'Times New Roman', Times, serif;
    font-size: x-large;
    color: rgba(225, 11, 25, 0.63);
}
#content3
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 15px;
    margin-top: 10px;
}
.collection-item
{
    /* max-height: 400px;
    max-width: 320px; */
    border-radius: 15px;
    cursor: pointer;
}
#collection01
{
    color: aliceblue;
    max-height: 400px;
    max-width: 320px;
    background-image: url(./food-in-collection/collection-one-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#collection02
{
    color: rgb(246, 249, 252);
    max-height: 400px;
    max-width: 320px;
    background-image: url(./food-in-collection/collection-two-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
   
}   
#collection03
{
    color: aliceblue;
    max-height: 400px;
    width: 320px;
    background-image: url(./food-in-collection/collection-three-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
}
#collection04
{
    color: aliceblue;
    max-height: 400px;
    width: 320px;
    background-image: url(./food-in-collection/collection-four-img.jpg);    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.8; */
}
.para-external-input
{
    color: rgb(250, 251, 252);
    margin-top: 320px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 25px;
    font-weight: bold;
}



#localities
{
    display: flex;
    flex-direction: column;
}
#localities-cont
{
    margin-left: 280px;
    margin-top: 50px;
    margin-right: 280px;
    margin-bottom: 10px;
}
#localities-cont1
{
    display: grid;
    grid-template-columns: 380px 380px 380px;
    margin-left: 280px;
    margin-right: 280px;
}
.localities-button
{
    background-color: white;
    max-height: 55px;
    max-width: 410px;
    margin-bottom: 12px;
    padding: 18px;
    font-size: x-large;
    border: 0.7px solid rgb(232, 232, 232);
    border-radius: 10px;
    box-shadow: rgba(28, 28, 28, 0.7) 1.1px 1.9px 2px;
}
.localities-button:hover
{
    box-shadow: rgba(28, 28, 28, 0.8) 1.9px 3px 3px;
    cursor: pointer;
}
#localities-cont-02
{
    margin-left: 30px;
}
#localities-cont-05
{
    margin-left: 30px;

}
#localities-cont-09
{
    margin-left: 30px;
}
#localities-cont-03
{
    margin-left: 30px;
}
#localities-cont-06
{
    margin-left: 30px;
}
#localities-cont-010
{
    margin-left: 30px;
}
#loc-01
{
    font-size: 56px;
}



.zomato-app
{
    display: grid;
    margin-top: 120px;
    grid-template-columns: 500px auto;
    background-color: rgb(251, 250, 247);
    padding-left: 280px;
    padding-right: 280px;
}
.zomato-app-container{
    padding-left: 0%;
    margin-left: 10px;
    padding-top: 80px;
    padding-bottom: 80px;
}
#first-zomato-app-container img
{
    height: 270px;
    width: 220px;
    border-radius: 15%;
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 70%;
    box-shadow: 8px 14px 18px rgba(0, 0, 0, 0.7);
}
#cite-app-content
{
    font-size: 55px;
    font-weight: 500;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#para-app-content
{
    padding-top: 10px;
    font-size: x-large;
    margin-right: 10%;
}
#trover03
{
    max-height: 65px;
    margin-top: 30px;
    font-size: xx-large;
}
#phone-app
{
    margin-left: 8%;
}
input[type="radio"]:checked
{
    accent-color: red;
    height: 20px;
    
}
#trover04
{
    margin-top: 20px;
}
#trover004
{
    margin-top: 0%;
    width: 35%;
    height: 40px;
    border-radius: 8px;
    font-size: 22px;
    padding-left: 15px;
    border: 0.9px solid rgb(128, 125, 125);
}
#trover005
{
    font-size: 19px;
    opacity: 0.6;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#trover06
{
    padding-top: 15px;
}
#trover06 a
{
    margin-right: 17px;
}
#trover0004
{
    width: 25%;
    height: 50px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: 20px;
    border-radius: 11px;
    margin-bottom: 8px;
    background-color: rgb(235, 55, 55);
    color: azure;
    font-size: 20px;
    border: 0cap;
}



.extras-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px; 
    margin-left: 260px; 
    margin-right: 260px;  
}
#extras-01
{
    margin-bottom: 0px;
    padding-bottom: 0%;
    font-weight: 450;
    font-size: 48px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#extras-01 p{
    margin-bottom: 20px;
}
.extras-inner-para
{
    border: 1px solid rgb(209, 200, 200);
    height: 50px;
    border-radius: 8px;
    padding-left: 30px;
    padding-top: 20px;
    font-size: x-large;
    cursor: pointer;    
}



footer
{
    display: grid;
    column-gap: 20px;
    padding-left: 260px;
    padding-top: 60px;
    margin-top: 30px;
    padding-right: 260px;
    background-color: rgb(250, 250, 248);
    grid-template-columns: auto auto auto auto auto;
    
}
#social-link-01
{
    font-size: x-large;
}
#links-footer-011 a img
{
    height: 35px;
    margin-right: 5px;
}
#container01
{
    grid-column: 1/2;
}
#container001
{
    grid-column: 5;
    height: 70px;
    width: 320px;
    display: flex;
}
#container02
{
    grid-column: 1/5;
    display: flex;
    justify-content: space-between;
}
#container03
{
    grid-column: 5;
    padding-left: 20%;
}
/* #container04
{
    grid-column: 1;
    grid-row: 3/4;
    grid-column: 1/4;
} */
#container01
{
    
    font-size: 50px;
    font-style: italic;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#its02
{
    display: inline;
    margin-left: 85%;
}
.button-footer
{
    border: 1px solid #000000;
    border-radius: 5px;
    height: 35px;
    width: 70px;
    background-color: white;
    font-size: larger;
    margin-left: 19px;
    padding-left: 22px;
    padding-top: 15px;
}
.about-footer-container
{
    padding-bottom: 40px;
}
.footercontent
{
    font-size: larger;
    color: rgb(112, 119, 119);
    cursor: pointer;
    margin-top: 10px;
}
.inner-content-about01
{
    padding-bottom: 8px;
}
#container-04
{
    margin-top: 26px;
    grid-column: 1/6;
}
.h4-in-footer
{
    font-size: x-large;
    margin-bottom: 15px;
}
#links-footer-0111
{
    margin-top: 19px;
}
.copywright-footer
{
    margin-bottom: 65px;
    font-size: large;
    font-weight: 400;
}