*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}
header{
    /* position:relative; */
    background: url("zomatobg.png");
    width:100%;
    height:11cm;
    color: white;
}

#nav-bar{
  padding: 21px 21px;
    display: flex;
    justify-content:space-between;

}

#nav-bar ul{
    display: flex;
    list-style-type: none;
    width:50%;
    justify-content: space-evenly;
}

#nav-bar ul a{
    color:white;
    text-decoration: none;
}

/* ---------------------------------------------------------------------- MAIN MENU -------------------------------------- */
.menu-cont{
  margin-top: 90px;
}
.menu-cont .logo{

  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-cont .heading{
  margin-top: 31px;
  font-size: 40px;
  
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  
  .menu-search{
    display: flex;
    justify-content: center;
    
    
  }
  select{
    border: none;
  }
  .line{
    height:25px;
    border:1px solid black;
  }
  .menu-search .search-cont{
    width:21cm;
    border:1px solid green;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    border-radius: 10PX;
  }
  .menu-search input[type="text"]{
    border:none;
    padding: 16px ;
  }


/* footer {
    text-align: center;
    padding: 15px;
    background-color: #333;
    color: white;
  } */


  /* ---------------------------------------------------- item ----------------------------------------------- */
  .item-container{

    display:flex;
    justify-content:space-evenly;
    align-items: flex-end;

  }

  .item-container .item{
    
    padding: 10px;
    text-align: center;
    background-color:whitesmoke;
  }

  .item-container .item h3{

  }

  .item-container .item info{

  }

  /* -------------------------------------------------------- form ------------------------------------------- */
.container{
    display:flex;
    justify-content:center;
    align-items: center;
    border: 2px solid black;
    background-color:  rgb(255, 251, 247);
}

.container .form h2{
        font-size: 34px;
        letter-spacing: 3px;
        word-spacing: 15px;
        
}

.container .form p{
    margin: 15px 0px;
    line-height: 25px;
}

.container .form form{
    margin:10px;
}
  .form #button a{
    border-radius: 5px;
    background-color: red;
    padding:10px;
    color:white;
    border-radius: 5px;
    text-decoration: none;
    font-size: larger;
  }

  input[type="email"]{
    padding:10px;


  }
  input[type="radio"]
  {
    margin: 10px; 
  }
  .same{
    display: flex;
    align-items: center;
  }







       /* Footer */


       .footer {
        background-color: #f8f8f8;
        padding: 40px 0;
        color: #333;
        font-size: 14px;
      }
      
      .footer-container {
        width: 80%;
        margin: 0 auto;
      }
      
      .footer-logo h2 {
        font-weight: bold;
        color: #333;
        margin-bottom: 20px;
      }
      
      .footer-columns {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
      }
      
      .footer-column h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      
      .footer-column ul {
        list-style: none;
      }
      
      .footer-column ul li {
        margin-bottom: 5px;
      }
      
      .footer-column ul li a {
        color: #333;
        text-decoration: none;
      }
      
      .footer-column ul li a:hover {
        text-decoration: underline;
      }
      
      .footer-social {
        margin-bottom: 20px;
      }
      
      .footer-social h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      
      .social-icons {
        display: flex;
        gap: 15px;
      }
      
      .social-icons a {
        color: #333;
        font-size: 18px;
        text-decoration: none;
      }
      
      .app-links {
        margin-top: 10px;
      }
      
      .app-links a img {
        width: 130px;
        margin-right: 10px;
      }
      
      .footer-bottom {
        font-size: 12px;
        color: #666;
        text-align: center;
        padding-top: 10px;
        border-top: 1px solid #e0e0e0;
      }       