* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #333;
  color: white;
}
.logo {
  font-size: 24px;
}
.navigation ul {
  display: flex;
  list-style: none;
}
.navigation ul li {
  position: relative;
  margin: 0 15px;
}
.navigation ul li a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
}
.navigation ul .dropdown {
  display: none;
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navigation ul .dropdown li a {
  color: #333;
}
.navigation ul li:hover .dropdown {
  display: block;
}
.banner {
  background-image: url('images/banner1.jpeg');
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.banner h1 {
  font-size: 48px;
  margin-bottom: 10px;
}
.product-section {
  padding: 40px;
  text-align: center;
}
.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-item {
  background-color: #f4f4f4;
  margin: 15px;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  width: 300px;
}
.product-item img {
  max-width: 100%;
  border-radius: 10px;
}
.product-item h3 {
  margin: 15px 0 10px;
}
.product-item button {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.footer_icons, .footer_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.footer_icons li a, .footer_menu li a {
  color: white;
  margin: 0 10px;
  font-size: 24px;
}

.footer_copyright {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .product-container {
      flex-direction: column;
      align-items: center;
  }
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
}

.header {
  background-color: #333;
  padding: 10px 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

.navigation ul {
  list-style-type: none;
  display: flex;
}

.navigation ul li {
  margin: 0 10px;
}

.navigation ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.showcase {
  text-align: center;
  padding: 50px 20px;
  background-color: #efefef;
  position: relative;
}

.showcase h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.items-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
}

.item {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 20px;
  padding: 20px;
  max-width: 300px;
  text-align: center;
}

.item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.price {
  color: #ff5733;
  font-size: 1.2rem;
  font-weight: bold;
}

.add-to-cart {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.floating-object {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 87, 51, 0.8);
  border-radius: 50%;
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.float1 { top: 50px; left: 10%; }
.float2 { top: 150px; right: 15%; }
.float3 { top: 200px; left: 30%; }

footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

.footer_icons li {
  display: inline;
  margin: 0 10px;
}

.footer_icons ion-icon {
  font-size: 1.5rem;
  color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #333;
  color: white;
}

.logo {
  font-size: 24px;
}

.navigation ul {
  display: flex;
  list-style: none;
}

.navigation ul li {
  margin: 0 15px;
}

.navigation ul li a {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
}


.banner {
  background-image: url('images/banner1.jpeg');
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.banner h1 {
  font-size: 36px;
  margin-bottom: 10px;
}


.healthandbenefits {
  padding: 40px;
  text-align: center;
}

.healthandbenefits .textcontainer {
  max-width: 1200px;
  margin: auto;
}

.healthandbenefits .begin {
  margin: 20px 0;
}

.healthandbenefits h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.healthandbenefits h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.healthandbenefits p {
  font-size: 18px;
  margin-bottom: 10px;
}


.media-section {
  text-align: center;
  margin: 40px 0;
}

video, audio {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  margin: 20px 0;
}


.downbelow {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 20px;
}

.footer_icons {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 10px 0;
}

.footer_icons li a {
  color: white;
  margin: 0 10px;
  font-size: 24px;
}

.footer_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 10px 0;
}

.footer_menu li a {
  color: white;
  margin: 0 15px;
}

.footer_copyright {
  margin-top: 20px;
  font-size: 14px;
}


@media screen and (max-width: 768px) {
  .banner h1 {
      font-size: 28px;
  }

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

  .healthandbenefits h3 {
      font-size: 20px;
  }

  .healthandbenefits p {
      font-size: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #333;
  color: white;
}

.logo {
  font-size: 24px;
}

.navigation ul {
  display: flex;
  list-style: none;
}

.navigation ul li {
  margin: 0 15px;
}

.navigation ul li a {
  color: white;
  text-decoration: none;
}


.contact-section {
  background-image: url('./images/office-730681_1280.jpg'); 
  background-size: cover;
  background-position: center;
  height: 115vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 20px;
}

.contact-form {
  background-color: rgba(255, 255, 255, 0.85); 
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
}

.contact-form h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight:bolder;
  color: #333;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  background: #f9f9f9;
}

.contact-form button {
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #0056b3;
}


@media screen and (max-width: 768px) {
  .contact-form {
      padding: 20px;
  }

  .contact-form h1 {
      font-size: 24px;
  }

  .contact-form input, .contact-form textarea {
      font-size: 14px;
  }

  .contact-form button {
      font-size: 16px;
  }
}

footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

.footer_icons {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 10px 0;
}

.footer_icons li a {
  color: white;
  margin: 0 10px;
  font-size: 24px;
}

.footer_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 10px 0;
}

.footer_menu li a {
  color: white;
  margin: 0 15px;
}

.footer_copyright {
  margin-top: 10px;
  font-size: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #333;
  color: white;
}

.logo {
  font-size: 24px;
}

.navigation ul {
  display: flex;
  list-style: none;
}

.navigation ul li {
  margin: 0 15px;
}

.navigation ul li a {
  color: white;
  text-decoration: none;
}


.basket-container {
  padding: 40px;
  background-image: url('.images/desk6.jpg');
  background-size: cover;
  background-position: center;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  color: #ccc;
}

.product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.85);
}

.product img {
  width: 250px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.product-info {
  flex-grow: 1;
  padding-left: 20px;
}

.product-name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.product-price {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}

.add-to-cart {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.add-to-cart:hover {
  background-color: #0056b3;
}



.shopping-cart {
  margin-top: 40px;
  padding: 20px;
  border: 2px solid #007bff;
  border-radius: 10px;
  background-color: #f4f4f4;
}

.shopping-cart h2 {
  text-align: center;
  margin-bottom: 20px;
}

.shopping-cart ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.shopping-cart ul li {
  padding: 10px;
  font-size: 18px;
}

.shopping-cart p {
  font-size: 18px;
  text-align: right;
}


.checkout-btn {
  display: block;
  width: 100%;
  background-color: #28a745;
  color: white;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
}

.checkout-btn:hover {
  background-color: #218838;
}


footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}

.footer_icons {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0; 
  margin: 10px 0;
}

.footer_icons li a {
  color: white;
  margin: 0 10px;
  font-size: 24px;
}

.footer_menu {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 10px 0;
}

.footer_menu li a {
  color: white;
  margin: 0 15px;
}

.footer_copyright {
  margin-top: 10px;
  font-size: 14px;
}

.popup {
  display: none; 
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  padding: 20px;
  background-color: #333; 
  color: white; 
  border-radius: 8px;
  font-size: 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000; 
  opacity: 0; 
  transition: opacity 0.5s ease-in-out; 
}


.popup.show {
  display: block;
  opacity: 1; 
}

body {
  font-size: 16px; 
}

@media (max-width: 600px) {
  body {
      font-size: 14px; 
  }
}

.container {
  display: flex;
  flex-wrap: wrap; 
  width: 90%; 
  margin: auto;
}

.item {
  flex: 1 1 200px; 
  margin: 10px; 
}
@media (max-width: 600px) {
  .navigation {
      flex-direction: column; 
  }

  .product {
      width: 100%; 
  }
}

.image{
  width: 40px;
  height: 40px;

}