* {
  padding: 0;
  margin: 0;
  ;
}


body {
  margin: 0;
  font-family: Arial, sans-serif;
  padding: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 0, 0.134), rgba(128, 128, 128, 0.359),rgba(128, 128, 128, 0.764), rgba(255, 89, 0, 0.26),rgba(128, 128, 128, 0.31),rgba(255, 255, 0, 0.134)); */

}

#navbar {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9); 
  display: flex;
  justify-content: space-between;
  align-items: center; 
  padding: 10px 20px;
  z-index: 1000;
}

#navbar a {
  color: black;
  text-decoration: none;
  padding: 8px 16px; 
  border-radius: 20px;
  transition: background-color 0.3s ease; 
}

#navbar .left a {
  margin-right: 20px;
  font-size: 20px;
  vertical-align: middle;
}

#navbar .right1 a {
  margin-left: 20px;
  font-size: 20px;
  vertical-align: middle;
}

#navbar .left img {
  height: 40px;
}

#navbar .left a:hover:not(:first-child) {
  background-color: rgba(255, 0, 0, 0.8); 
}

#navbar .right1 a:hover {
  background-color: rgba(255, 0, 0, 0.8); 
}

#navbar .right1 {
margin-right: 40px;
}
.sticky {
position: fixed;
top: 0;
width: 100%;
}


/* popup cart */
.addtocart-popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0,0,0,0.8);
}

.addtocart-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  text-align: center;
}

.close-button {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.delivery-button,
.pick-up-button,
.dine-in-button {
  display: block;
  width: 30%;
  margin-top: 10px;
  padding: 10px;
  font-size: 20px;
  margin: 10px auto;
}







.heading {
  display: flex;
  height: 60vh;
  justify-content: space-evenly;
  padding-top: 65px;
  align-items: center;
  background-image: url('bg.jpg');
  background-size: cover;
}

.right {
  width: 440px;
  height: 440px;
  background-image: url('biri1-removebg-preview.png');
  background-size: cover;
  border-radius: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.right::before {
  width: 430px;
  height: 430px;
  border: 2px solid white;
  content: '';
  position: absolute;
  border-radius: 430px;
  padding: 10px;
}

/*left*/
.left p:nth-child(1) {
  color: white;
  font-size: 50px;
  letter-spacing: 1px;
  font-style: italic;
 
}

.left h1 {
  font-size: 100px;
  color: white;
 
}


.left p:nth-child(3) {
  color: orange;
  font-size: 50px;
  
}

.left button {
  width: 200px;
  height: 40px;
  font-size: 18px;
  border-radius: 20px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  margin: 20px 0px;
  transition: background-color 0.3s;
}

.left button:hover {
  background-color: red;

}




/* search box */
hr {
  border: none;
  border-top: 3px solid red;
  margin: 5px 0;
  width: 40%;
  margin-left: 30%;

}

#searchBox {
  width: 300px;
  padding: 10px;
  margin-top: 1%;
  border-radius: 20px;
  border: 2px solid red;

}

#searchIcon {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 5px;

}


/* catagories */

.categories {
  margin-top: 20px;
  text-align: center;
  margin-top: 2%;
  /* position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 1000;
    padding-top: 64px; */
}

.categories h2 {
  margin-bottom: 10px;
  font-size: 50px;
}

.categories .category-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.categories .category-buttons button {
  width: 210px;
  height: 40px;
  font-size: 20px;
  border-radius: 20px;
  border: 5px solid red;
  background-color: transparent;
  color: black;
  margin: 20px 5px;
  transition: background-color 0.3s;
}

.categories .category-buttons button:hover {
  background-color: rgba(255, 0, 0, 0.7);
}
/*modal */
#myModal1 {
  display: none;
  /* background-image: url(Screenshot\ 2024-04-03\ 215645.png); */
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
 
}
.modal-content1 {
  margin: auto;
  display: block;
  width: 95%;
  max-width: 2500px;
  height: 85vh;
  margin-bottom: 5%;
}
#close1 {
  color: red;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}
#close1:hover,
#close1:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* Background video */
.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

}

.background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.background-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}






/* Style for Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 750px;
  position: relative;
  max-height: 80%; 
  overflow-y: auto; 
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  cursor: pointer;
}

.options {
  margin-bottom: 20px;
}

.option {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.option img {
  width: 90px;
  height: 70px;
  margin-right: 10px;
}

.option-details {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding-left: 5%;
  font-size: 20px;
}

.option-name {
  margin-right: 10px;
}

.option-price {
  /* margin-left: 2%;  */
  margin-right: 10px;
  color: red;
  font-weight: bolder;
}

.checkbox {
  /* margin-left: 2%;  */

  width: 20px;
  height: 20px;
  border: 1px solid red;
  cursor: pointer;
}

.order-now {
  background-color: red;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  margin: 0 auto; 
  display: block; 
}

.order-now:hover {
  background-color: darkred;
}
.checkbox.checked {
  background-color: red; 
}




/* peri peri chicken */
.cricket {
  text-align: center;
  margin-top: -20px;
}


.cricket img {
  width: 50%;
  transition: transform 0.3s ease;
}





/* peri peri chicken */

.chicken {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  /* background-color: white; */
  padding: 20px;
  align-items: center;

}

.chicken h1 {
  font-size: 60px;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  /* Allow items to wrap to the next line */
  gap: 20px;

}

.box {
  width: 450px;
  height: 43vh;
  position: relative;
  background-color: white;
}

.ribbon {
  position: absolute;
  top: 10px;
  left: -20px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  transform: rotate(335deg);
  font-size: 25px;
  z-index: 1;
}

.box img {
  width: 100%;
  height: 30vh;
  display: block;
}

.box .details {
  padding-top: 7px;
}

.details button {
  background-color: red;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.details button:hover {
  background-color: darkred;
}

.dessert-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.foodprice {
  font-size: 24px;
  color: red;
  margin-bottom: 5px;
}

.fooddes {
  font-size: 14px;
  margin-bottom: 10px;
}

.add {
  background-color: #ff0000;
  margin-left: 40%;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.add:hover {
  background-color: #cc0000;
}






/* chicken rolls */
.rolls {
  margin-top: -40px;
  /* background-color: white; */

}



.rollrow {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.rollbox {
  width: 500px;
  height: 47vh;
  position: relative;
  margin-left: 2%;
  margin-right: 2%;
  overflow: hidden;
  background-color: white;
}

.rollbox img {
  max-width: 100%;
  height: auto;
  /* transition: transform 0.3s ease; */
}

/* .rollbox:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
} */
.rolls h1 {
  font-size: 60px;
  text-align: center;
  padding-top: 3%;


}





.dessert-container {
  /* background-color: white; */
  padding: 20px;
}

.dessert-heading {
  text-align: center;
  font-size: 40px;
  color: black;
  /* font-family: Arial, Helvetica, sans-serif; */
  /* margin-bottom: 20px; */
  width: 100%;
}

.dessert-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2%;
}

.dessert-card {
  width: calc(25% - 20px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
}

.dessert-card img {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.dessert-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}




/* footer */
footer {
  background-color: #333;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

footer img {
  height: 30px;
  margin-right: 10px;
}

.column {
  flex: 1;
  margin-bottom: 20px;
}

.column h4 {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
}

.column ul {
  list-style-type: none;
  padding: 0;
}

.column ul li {
  margin-bottom: 8px;
}

.column ul li a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.column ul li a:hover {
  text-decoration: underline;
}

.store-icons img {
  height: 70px;
  /* margin-right: 10px; */
}
