* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto Condensed";
  background-color: rgb(255, 255, 255);
}

.bigpic {
  display: flex;
  justify-content: center;
}
.bigpic img {
  width: 100%;
  height: 600px;
  opacity: 0.7;
}
header {
  width: 1000px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 260px;
  display: flex;
  justify-content: space-between;
}
header h3 {
  margin: 5px;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 30px;
  padding: 0 10px;
  display: inline-block;
}
.socialMedia i {
  margin: 5px 0;
  font-size: 40px;
  color: #000;
}
.socialMedia {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: space-around;
  position: fixed;
  top: 45%;
  left: 20px;
}

#sm1:hover {
  color: rgb(0, 4, 255);
  transform: scale(1.5);
}
#sm2:hover {
  color: rgb(255, 0, 212);
  transform: scale(1.5);
}
#sm3:hover {
  color: rgb(255, 0, 0);
  transform: scale(1.5);
}
#sm4:hover {
  color: rgb(0, 204, 255);
  transform: scale(1.5);
}
#sm5:hover {
  color: rgb(246, 250, 8);
  transform: scale(1.5);
}

.socialMedia a {
  text-decoration: none;
}

nav ul li a {
  text-decoration: none;
  color: white;
}

nav ul li {
  list-style: none;
  display: inline-block;
  padding: 10px;
  color: rgb(255, 255, 255);
  font-size: 20px;
}
nav ul li:hover {
  color: rgb(0, 241, 0);
}
nav ul li a:hover {
  color: rgb(0, 241, 0);
}
nav {
  margin: 10px 0;
  display: inline-block;
  text-align: center;
}
.icons {
  display: inline-block;
  margin: 10px 0;
}
.icons i {
  color: white;
  padding: 10px;
  font-size: 20px;
  border: 1px solid white;
  border-radius: 50%;
}

.icons i:nth-of-type(2):hover {
  color: rgb(0, 26, 255);
}
.icons i:last-child:hover {
  color: rgb(44, 238, 18);
}
.userwin {
  width: 350px;
  height: 350px;
  border-radius: 20px;
  box-shadow: 5px 5px 20px black;
  background-color: rgba(253, 253, 253, 0.582);
  position: absolute;
  top: 11%;
  left: 69%;
  display: none;
}
.userwin i {
  font-size: 50px;
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.userwin label {
  font-size: 20px;
  margin: 0 5px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.userwin input {
  margin: 5px 10px 20px 5px;
}
.userwin a {
  margin: 5px 10px;
  padding: 15px;
  text-decoration: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: red;
}
.userwin .sub {
  background-color: rgb(59, 59, 59);
  padding: 3px 10px;
  color: white;
}

.one {
  width: 980px;
  height: 600px;
  position: absolute;
  top: 300px;
  left: 270px;
  display: block;
}
.one h1 {
  font-size: 60px;
  display: block;
  text-align: left;
  color: white;
}
.one button a {
  text-decoration: none;
  color: white;
}
.one button {
  position: absolute;
  font-size: 30px;
  font-family: Times New Roman;
  top: 119px;
  left: 426px;
  padding: 5px 10px;

  background-color: orange;
  border: 1px solid black;
  box-shadow: 12px 10px 32px black;
}

.one button a:hover {
  color: rgb(0, 0, 0);
}
.one h4 {
  display: block;
  text-align: left;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-family: monospace;
}
.two {
  width: 1000px;
  height: auto;
  position: relative;
  top: 50px;
  left: 250px;
  display: flex;
  justify-content: space-between;
}
.dishNames img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
}
.dishNames h1 {
  text-align: center;
  color: whitesmoke;
}
.hiddenList {
  width: 1000px;
  position: relative;
  top: 100px;
  left: 250px;
  background-color: rgb(255, 240, 175);
  display: none;
  justify-content: space-evenly;
}

.hiddenList th {
  display: block;
  margin: 10px 0px;
  font-family: cursive;
  font-size: 30px;
}
.hiddenList td {
  display: block;
  padding: 5px;
  font-size: 20px;
  border-bottom: 1px solid black;
}
.hiddenList .price {
  display: inline;
}
.hiddenList td span {
  color: red;
}
.minu {
  width: 120px;
  height: 50px;
  padding: 15px 0;
  text-align: center;
  background-color: black;
  color: white;
  position: relative;
  top: 80px;
  left: 697px;
  font-family: Cambria;
  font-size: 18px;
  transform: translateY(-50%);
}
.minu:hover {
  color: rgb(253, 0, 0);
  background-color: wheat;
}

.offers {
  width: 1000px;
  position: relative;
  top: 100px;
  left: 250px;
}
.offers img {
  width: 210px;
  height: 205px;
  margin: 18px;
  border-radius: 20px;
}
.offers ul li {
  list-style: none;
  display: inline-block;
}
.offers h2 {
  font-style: oblique;
  font-size: 30px;
}

.big img {
  width: 1098px;
  height: 450px;
  animation-name: offers;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-play-state: running;
}
@keyframes offers {
  0% {
    transform: translatex(0);
  }
  10% {
    transform: translatex(0);
  }
  20% {
    transform: translatex(-1098px);
  }
  40% {
    transform: translatex(-1098px);
  }
  60% {
    transform: translatex(-2196px);
  }
  80% {
    transform: translatex(-2196px);
  }
  90% {
    transform: translatex(-3294px);
  }
  100% {
    transform: translatex(-3294px);
  }
}

.big {
  width: 1098px;
  margin-bottom: 55px;
  position: relative;
  top: 150px;
  left: 206px;
  display: flex;
  overflow: hidden;
}

.juice {
  width: 300px;
  margin: 30px;
  margin-bottom: 300px;
  position: relative;
  top: 150px;
  left: 206px;
  display: inline-flex;
  padding: 10px;
  box-shadow: 2px 2px 10px black;
  border-radius: 20px;
}
.juice:hover {
  transform: scale(1.1);
}

.item img {
  width: 281px;
  height: 300px;
  margin-bottom: 15px;
  border-radius: 20px;
}
.item h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: red;
}

.item del {
  margin: 15px;
  font-size: 20px;
  color: rgb(105, 105, 105);
}
.item b {
  margin: 5px;
  font-size: 20px;
  color: rgb(255, 0, 0);
}
.moreJuice {
  position: relative;
  top: 439px;
  left: -390px;
  font-size: 30px;
  padding: 5px 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: black;
}
.moreJuice a {
  text-decoration: none;
  color: white;
}
.moreJuice:hover {
  color: red;
  background-color: wheat;
}
.moreOffer {
  position: relative;
  top: 111px;
  left: 689px;
  font-size: 30px;
  padding: 5px 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: black;
}
.moreOffer a {
  text-decoration: none;
  color: white;
}

.moreOffer:hover {
  color: rgb(255, 4, 4);
  background-color: wheat;
}

.lastSection {
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0;
}
.lastSection h1 {
  color: red;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.lastSection p {
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.lastSection div {
  width: 300px;
}
footer {
  background-color: rgb(104, 104, 104);
  color: white;
  padding: 5px 0;
}
footer h3 {
  text-align: center;
  font-family: sans-serif;
}
