body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333;
}

.container {
  width: 100%;
  max-width: 480px; /* Ensure it fits mobile screens */
  margin: 0 auto;
}

header {
  text-align: center;
  margin-bottom: 20px;
}

.header-img {
  width: 100%;
  height: auto;
}

.welcome-section {
  text-align: center;
  padding: 20px;
  background-color: #fff;
}

.welcome-section a {
  
}

.welcome-section h2 {
  font-size: 1.5em; /* Smaller font size for mobile */
 font-weight: 400;
  color: black;
}

.welcome-section p {
  font-size: 0.8em; /* Smaller font size for mobile */
  margin: 0px 20px 20px 10px;
  text-align: justify;
}

.welcome-section .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ba8b5a;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.shopping-section {
  text-align: center;

  padding: 20px 30px 80px 30px;
  background-color: #f8ecdc;
  justify-content: center;
  align-items: center;
}

.shopping-section h2 {
  font-size: 1.5em; /* Smaller font size for mobile */
  margin: 20px 0;
}

.shopping-section .btn {
  display: block;
  padding: 10px;
  background-color: #928171;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  margin: 20px 0 0 0;
  width: 90%;
}

.shopping-section .btn.large {
  font-size: 1.2em;
}

.shopping-section p {
  margin: 5px 0;
  font-size: 0.8em;
  font-style: italic;
}

.offline-section {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.offline-section h3 {
  font-size: 1.2em; /* Smaller font size for mobile */
  margin: 20px 0;
}

.store {
  margin: 20px 0;
  text-align: center;
}

.store img {
  width: 90%;
  height: auto;
  border-radius: 10px;
}

.store h4 {
  font-size: 1em; /* Smaller font size for mobile */
  margin: 10px 0;
}

.store .btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ba8b5a;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.8em;
}

.shopping-section .btn:hover {
  opacity: 0.8;
}

footer {
  text-align: center;
  padding: 5px;
  background-color: #333;
  font-size: 0.8em; /* Smaller font size for mobile */
}

.footer-img {
  width: 100%;
  height: auto;
}

footer p {
  margin: 5px 0;
}

footer a {
  color: #ba8b5a;
  text-decoration: none;
}

.photo-button {
  background: none;
  border: none;
  padding: 0;
  ;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.photo-button img {
  display: block;
  width: 300px; /* Adjust the size as needed */
  height: auto;
}

.photo-button img:hover {
  opacity: 0.8; /* Add hover effect */
}



.social-icon {
  background: none;
  border: none;
  padding-bottom: 40px;
  margin: 3px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon img {
  display: block;
  width: 50px; /* Adjust the size as needed */
  height: auto;
}

.social-icon img:hover {
  opacity: 0.8; /* Add hover effect */
}

.flex-social {
  display: flex;
  justify-content: center;
  align-items: center;

}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  margin-bottom: 20px;
 
}

.navbar img {
  display: block;
  width: 300px; /* Adjust the size as needed */
  height: auto;
}