body {
  margin: 0;
  padding: 0;
  background-color: #d4d3cd;
  font-family: 'Young Serif', serif;
  color: #342E2E;
}
p, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

.nav {
  position: sticky;
  top: 0;
  background-color: #d4d3cd;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  z-index: 1;
  border-bottom: 1px solid #807E74;
}
.nav ul{
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.nav li {
  float: right;
}
.nav a {
  text-decoration: none;
  color: #342E2E;
  text-align: center;
  padding: 2.5vh;
  display: block;
}
.nav-item:hover {
  background-color: #807E74;
  border-radius: 5px;
}
.nav img {
  width: 4vh;
}
#logo {
  float: left;
  font-weight: bold;
  font-size: 150%;
}

.header {
  display: flex;
  height: 86.66vh;
}
.header1 {
  display: flex;
  height: 90vh;
  margin: 200px;
}
.welcome-text {
  width: 40%;
  padding: 3%;
}
.title {
  font-size: 230%;
  font-weight: 300;
}
.explore-button {
  display: inline-block;
  margin-top: 5%;
  padding: 4%;
  background-color: #342E2E;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 10px;
}
.explore-button:hover {
  background-color: #5a5851;
}
.slideshow-container {
  position: relative;
  width: 60%;
  margin-top: 1%;
  margin: 2%;
  z-index: -1;
}
.slideshow-container1 {
  width: 40%;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
  width: 100%;
  height: 100%;
}
.mySlides img {
  width: 100%;
  height: 100%;
  border-radius: 2%;
}
.mySlides1 {
  display: none;
  width: 100%;
  height: 100%;
}
.mySlides1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5%;
}

.section {
  text-align: center;
  background-color: #eee;
  padding: 4%;
}
.section h1 {
  font-size: 250%;
  font-weight: 400;
}
.h1 {
  margin-top: 0;
}
.section-grid {
  display: grid;
  grid-template-columns: auto auto auto;
}
.section-grid a {
  text-decoration: none;
  color: #342E2E;
}
.product {
  background: white;
  padding: 2%;
  border-radius: 10px;
  margin: 2%;
}
.product1 {
  background: white;
  padding: 2%;
  border-radius: 10px;
  margin: 2%;
}
.product:hover {
  box-shadow: 0 4px 4px #342E2E;
}
.product img {
  width: 80%;
  height: 50vh;
  border-radius: 5px;
}
.product1 img {
  width: 80%;
  height: 50vh;
  border-radius: 5px;
}

.footer {
  background-color: #e7e7e7;
  position: sticky;
  bottom: 0;
}  
.footer-grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 3%;
}
.footer-follow h4 {
  margin-bottom: 2%;
}
.footer-follow a {
  display: block;
  font-size: 90%;
  color: #342E2E;
  padding: 1%;
}
.footer-contact a {
  display: block;
  color: #342E2E;
  text-decoration: none;
  padding: 2%;
}
.footer-email h4 {
  margin-bottom: 2%;
  font-size: 90%;
}
.footer-email input {
  border: none;
  border-radius: 5px;
  padding: 2%;
  margin-right: 2%;
}
.footer-email button {
  background-color: white;
  color: #342E2E;
  border: #342E2E 1.5px solid;
  border-radius: 50px;
  padding: 2.5%;
  transition: background-color 0.3s ease;
}
.footer-email button:hover {
  background-color: #342E2E;
  color: white;
}

.faq-container {
  width: 50%;
  margin: 4% auto;
}
.faq-item {
  margin-bottom: 2%;
  border-bottom: 1px solid #ccc;
}
.question {
  width: 100%;
  text-align: left;
  padding: 2%;
  font-family: 'Young Serif', serif;
  font-size: 110%;
  background-color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.question:hover {
  background-color: #f0f0f0;
}
.answer {
  display: none;
  padding: 2%;
  background-color: white;
  border-top: 1px solid #ccc;
  border-radius: 5px;
}

.contact-container {
  background-color: #eee;
  padding: 2.5% 4%;
}
.contact-container h1 {
  margin-bottom: 1%;
  margin-top: 0;
}
.contact-container label {
  display: block;
  margin-top: 2%;
  font-weight: bold;
}
.contact-container input,
.contact-container textarea {
  width: 100%;
  padding: 1%;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Young Serif', serif;
}
.contact-container button {
  margin-top: 1%;
  padding: 2%;
  background-color: #342E2E;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 100%;
}
.contact-container button:hover {
  background-color: #5a5851;
}

.About-Us {
  font-size: large;
}
.about-us {
  font-size: medium;
}

.comparison-container {
  display: flex;
  justify-content: center;
}
.comparison-item {
  background-color: white;
  border: 1px solid #342E2E;
  border-radius: 5px;
  padding: 2%;
  margin: 2%;
  width: 60vh;
}

.Checkout {
  margin-top: 0;
}
.cart {
  padding: 3%;
}
.cart div {
  font-size: 150%;
  margin-bottom: 2%;
}
.cart label,
.cart input,
.cart textarea {
  padding: 1%;
}
.button {
  background-color: white;
  color: #342E2E;
  border: #342E2E 1px solid;
  border-radius: 50px;
  padding: 1%;
  transition: background-color 0.5s ease;
  font-family: 'Young Serif', serif;
}
.button:hover {
  background-color: #5a5851;
  color: white;
}
.button1 {
  background-color: white;
  color: #342E2E;
  border: #342E2E 1px solid;
  border-radius: 50px;
  margin: 3%;
  padding: 2%;
  transition: background-color 0.5s ease;
  font-family: 'Young Serif', serif;
}
.button1:hover {
  background-color: #5a5851;
  color: white;
}

.thank-you {
  padding: 2%;
  text-align: center;
  height: 20vh;
}

@media (max-width: 768px) {
  .section-grid {
    grid-template-columns: auto; 
  }
  .footer-grid {
    grid-template-columns: auto;
  }
  .header {
    flex-direction: column;
    height: auto;
  }
  .slideshow-container,
  .welcome-text {
    width: 100%;
    margin: 0;
    padding: 5%;
  }
  .nav li {
    float: none;
    text-align: center;
  }
  #logo {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 7%;
  margin-top: -30%;
  color: #342E2E;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: #d4d3cd;
}
.text {
  color: #342E2E;
  font-size: 15px;
  text-align: center;
}