.home-bg {
    width: 100%;
}

.home .slide {
    position: relative;
}

.home .slide .image img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.home .content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
}

/*Overlapping sentences*/

.content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 1.5rem;
  width: 80%;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
}

/*Category section*/
.heading {
  font-size: 2rem;
  margin: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.content .btn {
  display: block;
  width: 100%;
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  color: black;
  background-color: orange;
}

.empty {
  padding: 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 2rem;
  text-transform: capitalize;
  background-color: rgb(151, 151, 0);
  color: rgb(18, 20, 22);
}

footer {
  margin-top: 2rem;
}

/*nav icon*/
.icon {
  padding: 10px;
}

.icon i {
  font-size: 1.4rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 2px;
  padding: 5px;
  cursor: pointer;
  color: black;
}

.icon i:hover {
  color: rgba(40, 93, 40, 0.595);
}

/*About Part*/

.about .row {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.about .row .image {
  flex: 1;
}

.about .row .image img {
  width: 100%;
  height: 40rem;
  object-fit: contain;
}

.about .row .contents {
  flex: 1;
}

.contents .button {
  display: block;
  width: 100%;
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  color: black;
  background-color: orange;
  text-decoration: none;
}

/*Order placed*/

.order .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: flex-start;
}

#btn {
  display: block;
  width: 20%;
  border-radius: 0.5rem;
  font-size: 1.7rem;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  color: black;
  background-color: orange;
  text-decoration: none;
}

/*Products Boxes*/

.boxes {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  line-height: 20px;
  margin-bottom: 22px;
  cursor: pointer;
}

.boxes h6,
.boxes span {
  margin: 0;
  padding: 0.9rem;
}

.boxes h6 {
  color: rgba(10, 70, 10, 0.714);
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
}

.boxes span {
  font-size: 1.2rem;
}

.boxes img {
  width: 16rem;
  object-fit: cover;
}

button[type="button"] {
  border: none;
  margin: 1rem;
  width: 200px;
  height: 50px;
  background-color: rgb(97, 132, 85);
  color: white;
}

.shop {
  text-decoration: none;
  color: whitesmoke;
  font-size: 1.2rem;
  margin: 0.5rem;
}

.shops {
  text-decoration: none;
  color: rgb(0, 0, 0);
  margin: 0.5rem;
}

.cart {
  text-decoration: none;
  color: whitesmoke;
  font-size: 1.2rem;
}

button i {
  color: white;
  font-size: 1.2rem;
}

.box-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

#banner {
  background-image: url("../images/banner/banner5.png");
  height: 30vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#banner h3 {
  color: rgb(0, 0, 0);
  font-size: 2.5rem;
  font-weight: 700;
}

#banner p {
  color: black;
  font-size: 1rem;
  font-weight: 600;
}

/* Input Part

.contact {
  margin-top: 6rem;
  text-align: center;

  h3 {
    margin-bottom: 1rem;
  }
}

.full-input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 500px;
  margin: auto;
}

.input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

input[type="text"] {
  width: 100%;
  height: 3rem;
  padding: 12px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid aliceblue;
  outline: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

input[type="email"] {
  width: 100%;
  height: 3rem;
  padding: 12px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid aliceblue;
  outline: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

input[type="tel"] {
  width: 100%;
  height: 3rem;
  padding: 12px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid aliceblue;
  outline: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
}

textarea {
  width: 100%;
  height: 10rem;
  padding: 12px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(172, 173, 174);
  outline: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

input[type="submit"] {
  width: auto;
  height: 3rem;
  background-color: rgb(25, 105, 85);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 500px;
  margin: auto;
  margin-top: 1rem;
}

input[type="submit"]:hover {
  background-color: #1d6621;
} */

/*Pro-Image Single Products*/
.prodetails {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 20px;
}

.pro-image {
  flex: 1;
  max-width: 30%;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  height: 30rem;
  margin: 4rem;
}

.pro-image img {
  object-fit: contain;
  height: 30rem;
  max-width: 100%;
}

.normal {
  width: auto;
  height: 3rem;
  background-color: rgb(25, 105, 85);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 500px;
  margin: auto;
  margin-top: 2rem;
}

.pro-details {
  flex: 2;
  max-width: 50%;
  justify-content: center;
  align-items: center;
  margin: 4rem;
}

.pro-details h4,
.pro-details h6,
.pro-details h2 {
  margin: 10px 0;
}

.pro-details input {
  margin: 10px 5px 20px 0;
}

.boxs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 20px;
}

.boxs form {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 250px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.boxs img {
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}

.boxs .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.boxs .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.boxs .price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.boxs .qty {
  width: 50px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}

.boxs .btns {
  background-color: #1d6621;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 200px;
}

.boxs .btns:hover {
  background-color: #064309;
}

/*Cart Part*/

.box {
  border: 1px solid #ddd;
  border-radius: 7px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  width: 30%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.box img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
  margin-bottom: 10px;
  object-fit: contain;
}

.box .name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.box .flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.box .price {
  margin-bottom: 1.2rem;
  font-size: 16px;
  color: #474343;
}

.box .qty {
  width: 190px;
  padding: 5px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.box .fas.fa-edit {
  background-color: #4caf50;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}

.box .fas.fa-edit:hover {
  background-color: #45a049;
}

.box .sub-total {
  font-size: 20px;
  color: #777;
  font-weight: 600;
}

.box .delete-btn {
  background-color: #f44336;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  width: 30%;
}

.box .delete-btn:hover {
  background-color: #d32f2f;
}

.empty {
  font-size: 2rem;
  color: black;
  text-align: center;
  width: 100%;
}

.header-icons a {
    color: #212529;
    font-size: 1.1rem;
    text-decoration: none;
    transition: 0.3s ease;
}

.header-icons a:hover {
    color: #198754;
}