*{
  margin: 0;
  padding: 0;
}

#home{
  background-image: url("./assets/background.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

#logo{
  height: 50px;
  width:150px;
  margin-top: 1%;
}

nav:hover{
  background-color: rgba(0, 0, 0, 0.5);
}

nav ul{
  margin-left: 70%;
  margin-top: -2%;
  position: fixed;
}

nav a{
  text-decoration: none;
  color: white;
  font-size: 25px;
  font-weight: 500;
  margin-left: 20px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav a:hover{
  color: red;
}

/* #nav-list{
  display: fixed;
} */

button{
  padding: 15px;
}

#heading{
  color: white;
  text-align: center;
  margin-top: 11.5%;

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

#ordButton button{
  background-color: red;
  margin-left:47%;
  margin-top: 4%;
  padding: 15px 30px;
  border-radius: 10%;
  border: none;
}

#ordButton button:hover{
  transform: scale(1.05);
}

#ordButton a{
  text-decoration: none;
  color: white;
}

#or{
  color: white;
  text-align: center;
  margin-top: 2%;
  margin-left: 1.8%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.store{
  height: 50px;
  width: 175px;
  margin-top: 2%;
  margin-bottom:12%;
}

.store:hover{
  transform: scale(0.95);
}

#play{
  margin-left: 38%;
  margin-right: 2%;
}

#side-heading{
  color: rgba(0, 0, 0, 0.542);
  margin: 4% 45%;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 550;
  font-size: 55px;
}

#feature-list{
  margin: 4% auto;
}

#feature-image{
  display: inline;
}

#feature-image img{
  margin-top:2.5%;
  margin-left: 5.25%;
}

#feature-text{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 350;
  font-size: 25px;
}

#feature-text p{
  margin-left: 5.5%;
  margin-top: 2%;
  display: inline-block;
  margin-bottom: 4%;
}

#enjoy-food{
  background-image: url("./assets/enjoy-food.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 15%;
  padding-bottom: 30%;
}

#heading1{
  color: white;
  text-align: center;
  margin-top: 11.5%;

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 85px;
  font-weight: 700;
}

#heading2{
  color: white;
  text-align: center;
  margin-top: 15%;
  margin-bottom: 7.5%;

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 85px;
  font-weight: 700;
}

#many-more{
  background-image: url("./assets/many-more.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 1%;
}

#full-menu{
  background: 0 0;
  color: white;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;

  border: 3px solid white;
  outline: none;
  margin-left: 40%;
  margin-top: 5%;
  margin-bottom: 2.5%;
  padding: 10px 30px;
  border-radius: 50px;

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

#chatbot{
  position: fixed;
  bottom: 35px;
  right: 35px;
}

#chatbot:hover{
  transform: scale(1.1);
}

#heading3{
  color: rgba(2, 1, 1, 0.864);
  text-align: center;
  margin: 4% auto;

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 42px;
  font-weight: 100;
}

#logos{
  text-align: center;
}

#logos img{
  margin-left: 2%;
  /* margin-bottom: 3%; */
  margin-top: 4%;
}

#logos img:hover{
  transform: scale(1.25);
}

#connect-details{
  margin-left: 4%;
}

.footer-item h3{
  margin-bottom: 3%;
}

#contact-us h3{
  margin-left: 0.5%;
  margin-bottom: 3%;
  font-size: 45px;
  text-align: center;
}

#social-media{
  margin-left: -45%;
}

#social-media h3{
  margin-left: 15%;
  margin-bottom: 3%;
  /* margin-top: 5%; */
  font-size: 40px;
  text-align: center;
}

#social-media-details{
  margin-left: 32.5%;
}

#social-media-details img{
  margin-left: 4%;
}

#social-media-details img:hover{
  transform: scale(1.1);
}

.contact-us-details{
  display: flex;
  flex-direction: row;
  margin-left: 32.5%;
}

.contact-us-details p{
  margin-right: 5%;
  margin-top: 1%;
  padding-left: 7.5px;

  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 100;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.844);
}

.f1{
  display: grid;
  margin: 40px 50px;
  justify-content: space-around;
  grid-template-columns: repeat(2,1fr) 2fr;
  align-items: stretch;
  column-gap: 20PX;
  font-weight: 300;
  font-size: 20px;
  color: #424242;
}

.f2{
  display: flex;
  flex-direction: column;
  text-align: left;
  /* margin: 20px; */
}

.msg{
  background: url("./assets/mail.png");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-top: 35px;
}

.msg1{
  background: url("./assets/phone.png");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  margin-right:  20px;
}

.f3 li{
  width: fit-content;
  padding: 10px 5px;
  list-style-position: inside;
  cursor: pointer;
}

.container1{
  margin-top: 30px;
  width: 300px;
  height: 10px;
  padding: 35px 80px 35px 35px;
  font-size: 24px;
  border-radius: 20px;
}
.email{
  position: absolute;
}

#footer{
  background-color: rgba(238, 21, 227, 0.832);
  display: flex;
  color: white;
  margin-top: 2%;
  width: 100%;
  padding: 1% 0;
  position: absolute;
  justify-content: center;
  font-size: 15px;
  padding: 2% auto;
}