*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box; /* Gives you symmetric border */
}

body{
    background-color: #FFFDD0;
}

.navbar{
     height: 60px;
     background-color: #654321;
     color:#FFFDD0 ;
     display: flex; /* everything under navbar appears in the same line*/
     align-items: center;
     justify-content: space-evenly;
}
.nav-logo{
    height:50px;
    width: 100px;
}
.logo{
    background-image:url("logo.png") ;
    background-size: cover;
    height:50px;
    width:100%;

}

.border{
    border: 2px solid transparent;
}

.border:hover {
    border: 1px solid #FFFDD0;
    font-size: 1rem;
    
    
}

/** box 2**/
.add-first{
    color: #FFFDD0;
    margin-left: 15px;;
    font-size: 1rem;/* root m --> changes size with respect to width and other size parameters */
}

.add-second{
    font-size: 1.25rem;
margin-left: 3px;
}

.add-icon{
    display: flex; /* same line*/
    align-items: center;
}

/** box 3**/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}

.search-select{
    background-color: #FFFDD0;
    width: 50px;
    text-align: center;
   /* border-top-left-radius:4px;
    border-bottom-left-radius:4px;*/
    border-radius: 4px;
    border:none;
}

.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.search-icon{
    width: 45px;
    display: flex;
    justify-content: center; /** adjusts from left and right**/
    align-items: center; /** adjusts from top and bottom**/
    font-size: 1.2rem ;
    background-color: #ffda00;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    border:none;
    color:#0f1111;
}

.nav-search:hover{
    border: 2px solid #ffda00;
    color: #ffda00;

}

/** Box 4 &5**/

.nav-first{
    font-size: 1.25rem;
}

/** Box 6**/
.nav-cart i {   /** Gives parameters to the icons: " class nave i{} "  **/
    font-size: 25px;
}

.nav-cart{
    font-size: 1rem;
    font-weight: 700;
}

.panel{
    height: 45px;
    background-color: #81562c;
    display: flex;
    color: #FFFDD0;
   align-items: center;
    /*justify-content: space-evenly;*/
}

.panel-ops p{ /** Gives parameters to the paragraph: " class nave i{} "  **/
    display: inline;
    margin-left: 25px;
    text-decoration: none;
    
}

.panel-ops p:hover {
    border: 1px solid #FFFDD0;
    /*font-size: 1rem;*/
    color: #ffda00;
}


.panel-ops{
    width: 90%;
    font-size: 0.9rem;
    text-decoration: none;
    
}

.panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
}





.Restaurants{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color:#FFFDD0 ;
    padding-bottom: 20px ;
}
 .box{
    height:360px ;
    width: 23%;
    background-color: #ffda00;
    padding: 20px 0px 0px ;
    margin-top: 15px;
    text-align: center;
    border-radius: 20px;

 }

 .box-img:hover{
    width:275px;
    
    margin:20px;
    padding-bottom: -10px;
 }

 .box-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 10px;
 }

 .box-content{
    margin-left: 1rem;
    margin-right: 1rem;
 }

 .box-content p{
    color: black;
 }


 /* Hero_Scroll*/

 .scroll-container {
    overflow-x: auto;
    white-space: nowrap;
    margin:10px;
    
  }

  .scroll-content {
    display: flex;
    align-items: center;
  }
  
  .scroll-item {
    margin-right: 10px;
    flex-shrink: 0;
    
  }
  
  .scroll-item img {
    width: 200px; 
    height: 200px;
    
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
  }
  
  .scroll-item img:hover {
    transform: scale(1.1);
  }
  .scroll-container::-webkit-scrollbar {
    display: none;
  }
 





/**Footer**/

.foot-panel1{
    background-color: #654321;
    color: white ;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
 }

 .foot-panel2{
    background-color:#81562c;
    color: white;
    height: 300px;
    display: flex;
justify-content: space-evenly;
 }

 ul{
    margin-top: 20px;
 }

 ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
 }

 .foot-panel3{
    background-color: #654321;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .logo{
    background-image:url("amazon_logo.png") ;
    background-size: cover;
    height:50px;
    width: 100px;
 }

 .foot-panel4{
    background-color: #0f1111;
    color: white;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
   /* display: flex;
    justify-content: center;
    align-items: center;*/
 }

 .pages{
    padding-top: 25px;
    
 }
 .copyright{
    padding-top: 5px;
    
 }


 /* Scroll bar  */

::-webkit-scrollbar{
    width: 15px;
}
 ::-webkit-scrollbar-track{
    background: #81562c;
 }

 ::-webkit-scrollbar-thumb{
    background:linear-gradient(#81562c,#ffda00) ;
    border-radius: 10px;
    border-color: #0f1111;
    
 }