* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  /* background-color: #ffffff; */
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 12px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb {
  background: none;
}

/* header section */

.lineUp {
  animation: 2s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }

  20% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: translateY(0%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  color: tomato;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  z-index: 10;
  color: tomato;
}

/* company details section */
.center-content {
  display: flex;
  align-items: center;
  margin-right: 40%;
  gap: 20px;
}

.connect-us-button {
  padding: 6px 8px;
  border: none;
  border-radius: 5px;
  background-color: tomato;
  color: white;
}

.connect-us-button:hover {
  background-color: rgb(252, 84, 54);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px 0px;
}

.center-content img {
  height: 32px;
}

.search-col {
  /* background-color: #ffffff; */
  height: 30vh;
  border-radius: 10%;
  padding: 1rem 0rem 0rem 8rem;
}

.main-image {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 0;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap {
  margin-top: 10rem;
  width: 100%;
  height: 100vh;
  padding: 0 5%;
  position: absolute;
  top: -20%;
  left: 0%;
  transform: translate(0%, 0%);
  /* background-color: rgb(17, 18, 17); */
}

.main-image .main-col {
  margin-top: 5rem;
}

.main-image .ingredients {
  margin-top: 6rem;
}

.lineUp h2 {
  font-size: 28px;
}

.main-text {
  color: tomato;
}

.tagline {
  line-height: 3rem;
}

.tagline-2 {
  font-size: 13px;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px 0px;
  border-radius: 20px;
  padding: 0rem 2rem;
}

.searchTerm {
  width: 100%;
  border: none;
  border-right: none;
  padding: 8px;
  height: 4rem;

  outline: none;
  color: tomato;
  font-size: large;
}

.searchTerm:focus {
  font-size: larger;
  color: #9dbfaf;
}

.searchButton {
  width: 80px;
  height: 4rem;
  border: none;
  background: rgb(254, 254, 254);
  text-align: center;
  color: tomato;

  border-radius: 0px 0px 20px 0px;
  cursor: pointer;
  font-size: x-large;
}

.searchButton :hover {
  background-color: tomato;
  color: white;
  padding: 10px;
  border-radius: 10px;
}

ul {
  list-style: none;
}

.list {
  width: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px 0px;
  max-height:16rem;
}


.list-items {
  padding: 10px 0px;
  height:2.2rem;
  border-radius:5px;
}

.list-items:hover {
  background-color: #dcd5d5;
}

.ingredients {
  padding: 2rem;
}



footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 13px;
  /* margin: 0rem 2rem; */
  letter-spacing: 0.5px;
  background-color: #fdfdfd;
}

footer a {
  text-decoration: none;
  color: rgb(4, 79, 253);
}

footer .copyright {
  font-weight: 600;
  text-align: end;
  margin-top: 2rem;
  padding: 10px;
  /* color: white; */
}

footer .policy {
  text-align: start;
  font-weight: 400;
  width: 68%;
  margin-top: 1rem;
  margin-left: 20px;
  line-height: 1.1rem;
  font-size: 11px;
  /* background-color: whitesmoke; */
}

.blackboard {
  position: relative;
  width: 70%;
  height: 70vh;
  background-color: #2a2a2a;
  border: 10px solid #8b4513;
  border-radius: 20px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
  /* display: flex;
  align-items: center;
  justify-content: center; */
  font-family: "Chalkduster", cursive;
  font-size: 48px;
  color: #ffffff;
  /* White text color */
  /* text-transform: uppercase; */
  /* text-align: center; */
  /* text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); */
}

.wooden-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #8b4513;
  /* Wooden border color */
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.chalk-text {
  margin-top: 0.5rem;
  z-index: 1;
  font-size: 2vw;
  font-family: "Chalkduster", cursive;
  letter-spacing: 2px;
}

/* Optional animation */
@keyframes writingEffect {
  from {
    width: 0;
  }

  to {
    width: 300px;
  }
}

.chalk-text::after {
  content: "";
  width: 0;
  height: 100%;
  background-color: #ffffff;
  /* Chalk text color */
  opacity: 0;
  animation: typingAnimation 2s steps(30) forwards;
  font-family: "Chalkduster", cursive;
  letter-spacing: 2px;
}

@keyframes typingAnimation {
  to {
    width: 100%;
    opacity: 1;
  }
}

.ingredients .ingredient-list {
  margin: 2rem;
  margin-top: 5rem;
}

.ingredients .chef-img-col {
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10rem;
}

.ingredients .chef-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  text-align: center;
  margin-top: 6rem;
}

.ing-item {
  width: 10rem;
  height: 5rem;
  max-height: 8rem;
  margin-bottom: 0.5rem;
  font-family: "Chalkduster", cursive;
}

.blackboard .error-img {
  margin-top: 8rem;
  margin-left:8rem;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blackboard .error {
  font-size: 20px;
  text-align: center;
}

.ing-list .col-lg-4,
.ing-list .col-lg-8 {
  padding-left: 5px;
  padding-right: 5px;
}

.ing-item img {
  width: fit-content;
  height: 3rem;
  border-radius: 30%;
}

.ing-item .ing-list h5 {
  font-size: 16px;
  font-family: "Chalkduster", cursive;
  letter-spacing: 0.5px;
}

.ing-item .ing-list .quantity {
  font-size: 12px;
  font-family: "Chalkduster", cursive;
  letter-spacing: 0.5px;
}

.container-class {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;

  width: 30vw;
  height: 30vh;
}

.box {
  border: 10px solid tomato;
  border-radius: 20%;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  background: #f0f0f0;
  box-shadow: 0 0 0 #cccccc, 0 0 0 #0e0d0d, 10px 10px 10px #cccccc inset,
    -10px -10px 10px #080808 inset;
  animation: anime 3s cubic-bezier(0.16, 1, 0.3, 1) 1s;
  animation-fill-mode: forwards;
}

@keyframes anime {
  0% {
    width: 60px;
    height: 60px;
    background: #f0f0f0;
    box-shadow: 0 0 0 #cccccc, 0 0 0 #ffffff, 10px 10px 10px #cccccc inset,
      -10px -10px 10px #ffffff inset;
  }

  25% {
    width: 60px;
    height: 60px;
    background: #f8f8f8;
    box-shadow: 10px 10px 10px #cccccc, 10px 10px 10px #ffffff,
      0 0 0 #cccccc inset, 0 0 0 #ffffff inset;
  }

  50% {
    width: 60px;
    height: 240px;
    background: #f8f8f8;
    box-shadow: 10px 10px 10px #cccccc, 10px 10px 10px #ffffff,
      0 0 0 #cccccc inset, 0 0 0 #ffffff inset;
  }

  100% {
    width: 480px;
    height: 240px;
    background: #fafafa;
    box-shadow: 40px 40px 40px #cccccc, 0 0 0 #ffffff, 0 0 0 #cccccc inset,
      2px 2px 2px #ffffff inset;
  }
}

/* forms and popup section */
/* popup form styles */
/* Popup container styles */
#contactPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow-y: auto;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

/* Popup content styles */
.popupContent {
  background-color: #fff;
  margin: 1% auto;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 850px;
}

.close {
  position: relative;
  top: -60px;
  left: 750px;
  font-size: 20px;
  cursor: pointer;
  color: tomato;
}

.close:hover {
  color: #000;
}

.custom-line {
  border: 0;
  border-radius: 2px;
  border-top: 4px solid #a8afad;
  margin-top: 5px;
  margin-left: 2rem;
  width: 5rem;
}

#contactForm {
  display: grid;
  gap: 10px;
  margin-left: 50px;
}

.flex {
  display: flex;
  width: 93%;
  gap: 30px;
}

#input-text,
input[type="email"] {
  width: 90%;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  font-size:13px;
}

label {
  font-size: 12px;
}

select {
  height: 40px;
}

option {
  border-radius: 0px;
}

textarea {
  resize: none;
  height: 100px;
  overflow-y: auto;
  width: 91%;
  padding: 5px;
  outline: none;
  border-radius:10px;
}

#contactForm button[type="submit"] {
  background-color: tomato;
  color: #fff;
  padding: 10px 11px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 91%;
}

#contactForm button[type="submit"]:hover {
  background-color: tomato;
}

.container {
  display: block;
  position: relative;
  padding-left: 28px;
  padding-right: 10px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container a {
  text-decoration: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

.container:hover input~.checkmark {
  background-color: #ccc;
}

.container input:checked~.checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked~.checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 7px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


