body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  caret-color: transparent;
  background-color: black;
  color: white;
}

* {
  box-sizing: border-box;
}



.container {
  width: 95%;
  max-width: 1800px;
  margin-top: 20px;

}

.text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.text a {
  text-decoration: none;
  color: inherit;
}

.text li {
  list-style: none;
}

.text li :hover {
  color: #ff8b4d;
  /* text-decoration: underline; */

}

.logo {
  font-size: 2rem;
  padding-left: 3rem;
  text-align: center;
  font-weight: 800;
  color: #EAC18B;

}

.line {
  color: gray;
  background-color: gray;
  height: 100%;
  max-height: 1px;
  opacity: 0.4;
  width: 100%;
  display: flex;
  max-width: 1800px;
  margin-inline: auto;
}


.cart-image {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 30%;
  justify-content: center;
}

.cart-image img {
  height: 100%;
  max-height: 45px;
}

.cart-image i {
  font-size: 20px;
}

.text-two img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;


}

.text-two {
  margin-top: 60px;
  display: flex;

}

.content {
  padding-left: 8%;
}

.content h2 {
  font-size: 50px;
}


main {
  text-align: start;
  display: flex;
  justify-content: center;
  align-items: center;

}

.content h2 {
  line-height: 1;
}

.rate {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: center;
  justify-content: start;
}

.price {
  font-size: 35px;
  font-weight: 700;
}

.discount {
  font-size: 20px;
  background-color: #fff;
  color: black;
  padding: 2px 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;

}

.offer {
  width: 100%;
  font-size: 17px;
  text-decoration: line-through;
}




.buttons {
  display: flex;
  gap: 26px;
}

.btn {
  margin-top: 38px;
  border-radius: 12px;
  background-color: white;
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.btn button {
  height: 100%;
  min-height: 60px;
  width: 100%;
  min-width: 90px;
  border: none;
  color: coral;
  outline: none;
  background: none;
  cursor: pointer;
  font-weight: 900;
  font-weight: bold;
  font-size: 35px;

}

.btn span {
  color: black;
  font-size: 25px;
  font-weight: 500;
}




.btns button {
  width: 100%;
  min-width: 250px;
  height: 100%;
  max-height: 70px;
  margin-top: 32px;
  border-radius: 15px;
  font-weight: 900;
  background-color: #DF753B;
  color: black;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.select-img {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 500px;

  align-items: center;
  padding-left: 340px;
  margin-top: 40px;
}

.select-img img {
  border-radius: 10px;
  width: 100%;
  max-width: 110px;
}

#hamburger {
  display: none;
}

.edition {
  display: inline-block;
  width: 250px;
  min-width: 100px;
  text-align: left;
  color: #DF753B;
}

.menu {
  height: 100%;
  height: 400px;
  width: 100%;
  max-width: 190px;
  right: 0.2%;
  display: none;
  opacity: 0.98;
  top: 3%;
  position: absolute;
  text-align: center;
  animation: enterAnim 0.7s ease forwards;
  color: white;
  background-color: #342b19;

}

.menu li {
  margin-top: 20px;
  padding-right: 30px;
  color: white;
}

.cuts {
  color: white;
  /* animation: enterAnim 0.7s ease forwards; */
  font-size: 20px;
  text-align: end;
  padding: 3px 20px;
  cursor: pointer;
  font-weight: bolder;
}

.addmenu {
  display: block;
}

.addCart {
  height: 100%;
  position: absolute;
  margin-top: 10px;
  border-radius: 50%;
  max-height: 22px;
  width: 100%;
  right: 10%;
  top: 1%;
  display: none;
  max-width: 22px;
  font-size: 12px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: red;
}

.cart {
  display: flex;
}

@keyframes enterAnim {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes exitAnim {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-200px);
    opacity: 0;
  }
}








@media (max-width: 1450px) {

  #hamburger {
    display: block;
  }

  .cart-image img {
    display: none;
  }

  .list {
    display: none;
  }



}

@media (max-width: 1100px) {
  .text-two {
    margin-top: 0;
    display: block;
  }

  .add {
    padding: 20px 60px;
  }

  .btns {
    padding-inline: 14px;
    margin-bottom: 20px;
  }



  .text-two img {
    text-align: center;
    max-width: 100%;

  }

  .cart-image {
    padding-left: 0;
    gap: 20px;
  }

  .select-img {
    display: none;
  }

  .logo {
    padding-left: 0;
    font-size: 1.5rem;
  }

  br {
    display: none;
  }

  .content h2 {
    font-size: 30px;
  }

  .btn {
    max-width: 90%;
    height: 100%;
    min-height: 70px;

  }

  .offer {
    width: auto;
    margin-left: auto;
    padding-right: 30px;
    text-align: right;
  }

  .discount {
    font-size: 17px;

  }

  .price {
    font-size: 29px;
  }
}

@media (max-width:650px) {
  .buttons {
    display: block;
  }

  .btn {
    margin-inline: auto;
  }
}