* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* .container {
  background: white;
  color: black;
  display: grid;
  grid-template-columns: auto;
  grid-template-columns: auto auto auto;
  grid-row-gap: 1em;
  padding: 8px 10px;
  margin-bottom: 20px;
  margin-right: 30px;
} */
/* .sign-up:hover{
  color: purple;

} */
/* .page {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  
} */

/* .page a {
  color: black;
  text-decoration: none;
}


.icon {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.75rem;
} */

.container {
  background: rgb(251, 251, 251);
  color: rgb(0, 0, 0);
  display: grid;
  position: relative;
  top: 15px;
  grid-template-columns: auto;
  grid-template-columns: auto auto auto;
  /* grid-column-gap: 9em ; */
  grid-row-gap: 1em;
  padding: 14px 16px;
  margin-bottom: 36px;
}

.page {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  text-decoration: none;
}

.page a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 20px;
}

.icon {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.75rem;
}

button {
  border-radius: 7px;
  padding: 10px 20px;
  border: 1px solid white;
  margin-top: 20px;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px 20px;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

.p {
  margin-top: 10px;
}

.member {
  display: flex;
  padding-top: 60px;
  padding-left: 100px;
  font-size: 20px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

img {
  width: 70%;
}

.Item {
  padding-top: 60px;
  position: relative;
  display: inline-block;
}

.Item-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding: 10px 20px;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

.ITME {
  margin-top: 90px;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.About {
  display: flex;
  flex-direction: column;
}

.item {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.item img {
  width: 100%;
}

.btn {
  background: purple;
  color: white;
  text-decoration: none;
}

.btn-1 {
  background: purple;
  color: white;
}

.btn-4 {
  text-decoration: none;
  color: black;
}

/* .sign-up-2{
  position: relative;
  height: 80px;
  line-height: 80px;
}  */

.inputBox {
  position: relative;
  width: 560px;
  text-align: center;
}

.inputBox input {
  width: 50%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: white;
  /* border-radius: 5px; */
  outline: none;
  color: #fff;
  font-size: 10px;
}

.follow {
  position: relative;
  top: -250px;
  margin-top: 250px;
}
.follow-1 {
  margin-top: 60px;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.follow-2 {
  display: flex;
  flex-direction: column;
  width: 20%;
}

.follow-2 img {
  width: 100%;
}

.btn-2 {
  margin-top: 60px;
  background: purple;
  color: white;
}

.footerContainer {
  width: 100%;
  padding: 70px 30px 20px;
  background-color: rgb(241, 241, 241);
  margin-top: 100px;
  position: relative;
  top: -570px;
}

.socialIcons {
  display: flex;
  justify-content: center;
}

.socialIcons a {
  text-decoration: none;
  padding: 10px;
  background-color: white;
  margin: 10px;
  border-radius: 50%;
}

.socialIcons a i {
  font-size: 2em;
  color: rgb(0, 0, 0);
  opacity: 0.9;
}

.socialIcons a:hover {
  background-color: white;
  transition: 0.5s;
}

.footerNav {
  margin: 30px 0;
}

.footerNav ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.footerNav ul li a {
  color: rgb(0, 0, 0);
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.footerNav ul li a:hover {
  opacity: 1;
}

.footerBottom {
  background-color: rgb(241, 241, 241);
  padding: 20px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.designer {
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0px 5px;
}

@media (max-width: 700px) {
  .footerNav ul {
    flex-direction: column;
  }
  .footerNav ul li {
    width: 100%;
    text-align: center;
    margin: 10px;
  }
}

.flavor {
  width: 15%;
}

.price {
  width: 15%;
}

.flavor-container {
  display: flex;
  width: 70%;
  flex-direction: column;
  border-bottom: 2px solid black;
  /* background: #D5D6EA; */
  /* background: #92ace5; */
}

.flavor-item {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.content-memu {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flavor-container-1 {
  display: flex;
  width: 70%;
  flex-direction: column;
  /* background: #92ace5; */
}

.form-box {
  width: 90%;
  max-width: 450px;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  transform: translate(120%, -130%);
  /* background: #fff; */
}

.form-box h1 {
  font-size: 30px;
  /* margin-bottom: 60px; */
  color: #ffffff;
  /* position: absolute; */
}

.input-field {
  background: #ffffff;
  margin: 15px 0;
  /* border-radius: 3px; */
  display: flex;
  align-items: center;
  max-height: 65px;
  transition: max-height 0.5s;
  overflow: hidden;
}

input {
  width: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 18px 15px;
}

.input-field i {
  margin-left: 15px;
  color: #999;
}

.btn-field {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.btn-field button {
  flex-basis: 48%;
  background: rgb(218, 217, 217);
  color: #000000;
  height: 40px;
  border-radius: 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: background 1s;
}

/* .input-group{
  height: 280px;
} */

.btn-field button.disavle {
  background: #fff;
  color: black;
}

.btn-field button.disavle:hover {
  background: rgb(218, 217, 217);
  color: #000000;
}

.btn-field button:hover {
  background: #fff;
  color: black;
}

form p a {
  text-decoration: none;
  color: #000000;
}

.containerr {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
  width: 30%;
  position: relative;
  perspective: 1000px;
  align-items: center;
}

.containerr .slide-container .slide {
  background: #a09f9f;
  padding: 25px;
}

.containerr .slide-container .slide .user .user-info h3 {
  color: #ffffff;
  font-size: 14px;
  padding-top: 15px;
}

.containerr .slide-container .slide .text {
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  font-style: italic;
}

.feedback {
  display: flex;
  position: relative;
  top: -250px;
  margin-bottom: 250px;
}

.star {
  color: #fffdfd;
}

.loginIcon {
  color: black;
}
