* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #e5ead0; 
  color: #333;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  background-color: #333;
  color: white;
  max-height: 60px;
}

header a {
  text-decoration: none;
  color: #fff;
}


.hero {
  background-color: #f8f8f8;
  overflow: hidden;
}

.heading h1 {
  color: #ff6347;
  font-size: 40px;
  text-align: center;
  margin-top: 35px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 65px auto;
}

.hero-content {
  flex: 1;
  width: 600px;
  margin: 0 25px;
  animation: fadeInUp 2s ease;
}

.hero-content h2 {
  font-size: 38px;
  margin-bottom: 20px;
  color: #333;
}

.hero-content p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #666;
}

.hero-content .italic {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #666;
  font-style: italic;
  margin-top: 10px;
}

.hero-content button {
  display: inline-block;
  background-color: #ff4500;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-content button:hover {
  background-color: #ff6347;
  transform: scale(1.1);
}

.hero-image {
  flex: 1;
  width: 600px;
  margin: auto;
  animation: fadeInRight 2s ease;
}

img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/*Search Bar Style

.search-bar {
  max-width: 400px;
  flex-grow: 1;
  display: flex;
  margin-left: 100px;
}

.search-bar button {
  border-radius: 50px;
  background-color: #e5ead0;
  margin-left: 10px;
}

.search-bar input {
  padding: 10px;
  width: 300px;
  font-size: 1em;
  border: none;
  border-radius: 50px;
  outline: none;
}

.search-bar button:hover {
  background-color: #ffe0cc;
}

/*Nav */

.logo {
  font-size: 1.5rem;
  font-weight: bold;
}

nav {
  position: relative;
}

.menu-toggle {
  display: none;
  background-color: #333;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
}

/* Featured video section */
/*.featured {
  position: relative;
  width: 100%;
  height: 90vh;
}

.mySwiper {
  position: relative;
  width: 100%;
  height: 90vh;
}

.featured .slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.featured .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 195px;
}

.featured h1 {
  font-size: 40px;
  margin-top: 340px;
  text-align: center;
  color: #fff;
}

.featured button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
}

.featured button:hover {
  background-color: #000;
}

/*Sale %
.discount-badge {
  position:absolute;
  width: 80px;
  background-color: #ff5722;
  color: white;
  padding: 5px 5px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.product-image .discount-badge {
  transition: transform 0.3s ease;
}

.discount-badge :hover {
  transform: scale(1.05);
}

/* Con-1
.con-1 h2 {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  font-size: 2em;
}

/*category

.category-list {
  display: flex;
  margin: 0 8px;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  margin-top: 10px;
}

.category-list h4 {
  text-align: center;
  max-width: 100%;
  max-height: 80px;
}

.categories a {
  text-align: center;
  color: #333;
  text-decoration: none;
}

.category-list .category {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.category img {
  max-width: 100%;
  max-height: 80px;
  text-align: center;
}

.category-list :hover {
  transform: scale(1.05);
}

.category :hover {
  transform: scale(1.05);
}

.categories {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Product pricing
.col .product-pricing {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 15px;
}

.product-pricing .og-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1rem;
  margin-bottom: 10px;
}

.product-pricing .sale-price {
  color: #ff5722;
  font-size: 1.4rem;
  font-weight: bold;
}


/* Video grid section 
.products {
  padding: 30px 20px;
}

.products h2 {
  font-size: 2em;
  margin-bottom: 30px;
  text-align: center;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.product-card .product-image {
  background-color:  #e5ead0;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.product-image img {
  max-width: 100%;
  border-radius: 8px;
  max-height: 250px;
}

.product-image h3 {
  margin-top: 5px;
  font-size: 1.2em;
}

.product-image p {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.2em;
}

.product-image a {
  color: #333;
  text-decoration: none;
}

.product-image :hover {
  transform: scale(1.05);
}

button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

/**/

.contact {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact a {
  display: inline-block;
  margin: 5px 0;
  color: #4CAF50;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.contact a:hover {
  color: #388E3C;
  text-decoration: underline;
}

.contact h3 {
  margin-top: 10px;
}
/**

*/
footer {
  text-align: center;
  padding: 1rem;
  background-color: #333;
  color: white;
}

/* Responsive Design */
@media (max-width: 480px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #333;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
  }

  .nav-links li {
    text-align: center;
    padding: 1rem 0;
  }

  .nav-links.show {
    display: flex;
  }

  .product {
    width: 100%;
    max-width: 300px;
  }

  /*.featured .h1 {
    width: 100%;
  }*/

  

  

}

@media screen and (max-width: 480px) {
  img {
    width: 100%;
  }

  .mySwiper {
    width: 100%;
    height: 35vh;
  }


  .featured .h1 {
    text-align: center;
    font-size: 10px;
    margin-top: 40px;
  }

 
}
