body,html {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
.conteiner{
  width:1320px;
  margin:auto;
}
.row{
  display: flex;
}
ul,ol{
  list-style: none;
}
.index {
  position: fixed;
  top: -20px;
  left: 0;
  width: 100%;
  background-color: #e2dddd;
  color: #212121;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  z-index: 1000;
}

.index span { color: #d32f2f;}

#clogo {
  position: fixed;
  background-color: white;
  top: 37px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; 
}

#companycontact {
  margin-left: 200px;
  display: flex;
  align-items: center;}

#companycontact img { margin-right: 10px;}

#companycontact h3 {
  font-size: 18px;
  margin-left: 50px;
  margin-top: -30px;}

#companycontact p {
  font-size: 16px;
  margin-left: -100px;
  margin-top: 55px;
}

#companylogo img {   height: 80px;}

#searchbar {
  margin-right: 150px;
  display: flex;
  align-items: center;
  background-color: #e2dddd;
  padding: 5px 10px;
  border-radius: 10px;
}

#searchbar img { margin-right: 10px;}

#searchbar input {
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 200px; /* Ensure the input box is not too small */}

nav {
  position: fixed;
  top: 146px;
  left: 0;
  width: 100%;
  background-color: #e2dddd;
  color: #333;
  padding: 10px 0;
  text-align: center;
  z-index: 998;
}

nav a {
  color: #333;
  text-decoration: none;
  margin: 0 15px;
  font-size: 16px;
  font-weight: bold;
}

nav a:hover { color: #f39c12;}

.order-link {
  position: relative;
  display: inline-block;
}

.dropdown {
  display: none;
  position: absolute;
  /* background-color: #f1f1f1; */
  min-width: 160px;
  z-index: 1;
  top: 100%; 
  left: 0;
}

.order-link:hover .dropdown {
  display: block;
}

.dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #e2dddd;
  border-radius: 10px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

footer {
  margin-top: 20px;
  background-color: #e2dddd;
  color: #333;
  padding: 20px;
  text-align: left;
  position: relative;
  border-radius: 20px;
  margin-bottom: 60px;
  width: 100%;
}

.footer-container {
  display: flex;
  justify-content: space-between;
}

.footer-logo h1 {
  font-size: 24px;
}
.footer-logo img {
  height: 100px;
}
.footer-logo p {
  margin: 5px 0;
}

.footer-links {
  margin: 0 20px;
}

.footer-links h2 {
  font-size: 18px;
}

.footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer-links li {
  margin: 5px 0;
}

.footer-links a {
  text-decoration: none;
  color: #007bff;
}

.footer-links a:hover {
  text-decoration: underline;
}

.whatsapp-button {
  background-color: #25D366; 
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 225px;
  height: 50px ;
}


.footer-bottom {
  text-align: center;
  background-color: #333;
  color: white ;
  padding: 10px;
  position: absolute;
  width: 99%;
  border-radius: 20px;
  margin-top:22px;
  margin-left: -20px;
}


 
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.slider {
  display: flex;
  transition: transform 0.5s ease;
}


.slide {
  display: flex;
  width: 100%;
}


.slide-content {
  display: flex;
  width: 100%;
}


.slide-content img {
  margin-top:200px;
  height: 50vh;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}


.controls {
  position: absolute;
  top: 65%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.controls button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  transition: background-color 0.3s ease;
  border-radius: 10px;
}

.controls button:hover {
  background-color: #f39c12;;
}

.controls button:focus {
  outline: none;
}


.shopbycategory {
  text-align: center;
  margin-top: 20px !important;
  margin: auto;
  width: 100%;
  background-color: #e2dddd;
  padding: 20px;
}

.shopbycategory h2 {
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

.slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.category {
  flex: 0 0 auto;
  width: 150px; 
  margin: auto;
  text-align: center;
}

.category img {
  width: 125px; 
  height: 115px;
  margin: auto;
  margin-left: -20px;
}

button {
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}






.upperfooter {
  display: flex;
  justify-content: space-around;
  margin: auto;
  gap: 20px;
  margin-top: 25px;
  background-color: #e2dddd;
  padding: 20px;
  border-radius: 20px;
  margin-left: 20px;

}

.card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  border: 3px solid black;
}

.card img {
  width: 100%;
  height: auto;
}

.card h3 {
  padding: 15px;
  font-size: 18px;
  color: #333;
}

.shop-btn {
  background-color: #20c997;
  color: white;
  border: none;
  border-radius: 5px;
  width: 150px;
  height:50px ;
  cursor: pointer;
  margin-bottom: 15px;
  transition: background-color 0.3s;
}

.shop-btn:hover {
  background-color: #17a2b8;
}


.features-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  margin:auto;
  background-color: #e2dddd;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.feature {
  /* background-color: #fff; */
  border-radius: 8px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  padding: 20px;
  text-align: center;
  flex: 1 1 200px;
  margin: 10px;
}

.icon {
  font-size: 40px;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.5em;
  margin: 10px 0;
}

p {
  color: #666;
}




#showsrarch {
  grid-template-columns: repeat(5,1fr);
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  margin-top: 175px;
  margin-bottom: -200px;
  display: flex;
  flex: wrap;
}

.product {
 
  background-color: #e2dddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 250px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.product p {
  font-size: 14px;
  color: #555;
  margin: 5px 0;
}

.product p:last-of-type {
  font-weight: bold;
}

.product img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

button {
  /* background-color: #ff6347; */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #ff4500;
}





.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  background-color: #e2dddd;
  border-radius: 20px;
  padding: 20px;
}

h2 {
  margin-bottom: 20px;
}

.products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  width: 200px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.product-card img {
    width: 200px;
    height: 200px;
  border-radius: 8px;
}

.product-card h3 {
  font-size: 1.2em;
  margin: 10px 0;
}

.product-card p {
  font-size: 1em;
  margin: 10px 0;
}

.product-card p span {
  text-decoration: line-through;
  color: #888;
}

button {
  background-color: #20c997;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
}

button:hover {
  background-color: #17a2b8;
}

.see-all {
  display: inline-block;
  margin-top: 20px;
  color: #20c997;
  text-decoration: none;
  font-weight: bold;
}