*{
    box-sizing: border-box;
}
body{
    margin: 0;
    width: 100%;
    background-color: #fbdcdc;
}
.container{
    width: 83%;
    margin: auto;
    

}
.header{
    position: relative;
    height: 420px;
}
.image-container{
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;

}
.image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}
.header-body-section{
    position: absolute;
    top: 0;
    width:100%; 
    color: white;
}
.nav{
    font-weight: 550;
    height: 50px;

}
.container-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.logocontainer{
    display: flex;
    align-items: center;
}
.logocontainer p{
    padding: 5px;
}
.nav ul{
    list-style: none;
    display: flex;
}
.nav ul li{
    padding: 7px;
    margin-right: 25px;
    font-size: 20px;
    font-weight: 100;
}
.nav ul li a{
    color: inherit;
    text-decoration: none;
}
.zomato-logo{
    width: 300px;

}
.container-header-body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 420px;
    flex-direction: column;
}
.header-body-content{
    position: relative;
    top: -50px;

}
.header-body-section-discover{
    font-size: 40px;
    margin: 25px 0;
}
.search-contener{
    background-color: rgb(209, 208, 208);
    width: 100%;
    height: 55px;
    max-width: 760px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 7px;
    color: #000;

}
.location-map{
    color: brown;
    font-size: 22px;
}

.caret-up{
    color: #000;
}
.detectionlocation input{
        border: none;
        font-size: 15px;
        width: 190px;

}
.search-item{
    color: rgb(78, 71, 71);
    font-size: 18px;
}
.line{
    padding: 5px;

}
.search-item input{
    max-width: 100%;
    width: 400px;
    font-size: 15px;
    border: none;
    padding: 5 10px;
    outline: none;

}
/**section 1 feature ***/
.section {
    margin-top: 40px;
    margin-bottom: 40px;
}
.container-feature{
    display: flex;
    justify-content: space-between;
}
.features{
    overflow: hidden;
    border-radius: 20px;
    border: 0.1px solid rgb(11, 11, 11);

}
.feature-image{
    width: 360px;
    height: 200px;
    overflow: hidden;
}
.feature-image img{
    width: 100%;
    background-position:-100px;

}
.features h3,
.features p{
    padding-left:20px ;
}
.feature:hover{
    transition: transform 0.7s;
    transform: scale(1.04);
    cursor: pointer;
}

section{
    padding: 50px 0;
}

/***section 2 ***/
.section-2-left h1{
    font-size: 40px;
    margin-bottom: 0;
}
.section-2-left p{
    font-size: 20px;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 200;
}
.section-2-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-2-right{
    align-self: flex-end;
    color: rgb(238, 29, 29);
}
.section-2-item{
    max-width: 267px;
    height: 320px;
    box-shadow: 2px 2px 5px rgba(17, 17, 17, 0.2);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-left:0.7rem; 
}
.section-2-item:first-child{
    margin-left: 0;
}
.section-2-item img{
    width: 100%;
    height: 100%;
    
}
.section-2-image-describtion{
    padding: 0 10px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    color: white;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    box-shadow: inset 00px -00px 50px rgba(0,0,0,0.1);
    inset 0px 00px 50px rgba(0,0,0,0.1);
}
.section-2-image-describtion p{
    margin: 0;
    font-size: 19px;
}
.section-2-image-describtion p:nth-child(2){
    font-size: 18px;
}
.section-2-body {
    display: flex;
    
}

/***section-3***/
.section-3{
    margin: 100px 0;
    color: #2e2b2b;
}
.section-3 h1{
    font-size: 40px;
    font-weight: 300;
    color: #2e2b2b;
}
.section-3 h3{
    font-weight: 300;
    font-size: 23px;
    margin: 0;
}
.section-3 p{
    font-size: 18px;
    margin-top: 0;
    justify-self: end;
}
.localities_list{
    display: flex;
    justify-content: space-between;
    max-width: 350px;
    align-items: center;
    border: 1px solid grey;
    padding: 5px 15px;
    height: 79px;
}
.localities_card{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 5px 15px;
    margin-top: 9px 0px;

}


/***section 4 ***/
.section-4{
    display: flex;
    margin: auto;
    width: 700px;
    align-items: center;
}
.Zomato-app-image{
    width: 800px;
}
.Zomato-app-image img{
    width: 100%;
}
.Zomato-app-details h1{
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
}
.Zomato-app-details p{
    font-size: 20px;

}
.Zomato-app-input{
    display: flex;
    height: 40px;
    margin: 15px 0px;
}
.input-container-zomato-app{
    height: 100%;
    
}
.input-container-zomato-app select,
.input-container-zomato-app input{
    height: 100%;
}
.input-container-zomato-app input{
    width: 100%;
    width:280px;
    max-width: 300px;
    margin-right: 7px;
    border: 1px solid rgb(178, 163, 163);
    border-radius: 5px;
    padding: 5px;
    font-size: 18px;
}
.Zomato-app-btn{
    color: white;
    background-color: rgb(238, 29, 29);
    width: 150px;
    border: none;
    outline: none;
    font-size: 17px;
    border-radius: 5px;
}
.Zomato-app-radio-Btn{
    margin: 5px 0;
    font-size: 18px;
}
.download-app{
    display: flex;
}
.download-app img{
   width: 100%;
   max-width: 120px;
   margin-right: 10px;
}
/***section-5***/
.section-5{
    margin-bottom: 200px;/**temp*/
}
.section-5 h1{
    font-size: 35px;
    color: #2e2b2b;
    margin: 0;
    margin-bottom: 30px;
}
.section-5_collapse_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;

  /*  margin: 50px 0px;*/
   /* height: 70px;*/
    color: #3a3838;

}
.section-5_collapse{
    border: 1px solid rgb(132, 132, 129);
    margin: 10px 0px;
    padding: 0px 20px;
}
.ction-5_collapse P{
    font-size: 18px;
}
.footer{
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  background-color: rgb(177, 172, 172);
  margin-top: 10px;
  padding: 10px;
}
.footer-panel3{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;
    border: 2px;
}
