* {
  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: 1rem 2rem;
  background-color: #333;
  color: white;
}

header a {
  text-decoration: none;
  color: #fff;
}

.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;
}

/*Product Detail*/
.row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  flex-basis: 50%;
  min-width: 300px;
}

.col img {
  width: 400px;
  margin-top: 30px;
  margin-bottom: px;
  max-height: 2500px;
  margin-left: 140px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

/*Special*/

.col .col-p {
  margin-top: 30px;
}

/*end special*/

.col h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
  margin-right: 25px;
}

.col a {
  text-decoration: none;
  color: #333;
}

/*Product pricing*/
.col .product-pricing1 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 5px;
}

.product-pricing1 .og-price1 {
  text-decoration: line-through;
  color: #999;
  font-size: 1rem;
  margin-bottom: 10px;
}

.product-pricing1 .sale-price1 {
  color: #ff5722;
  font-size: 1.4rem;
  font-weight: bold;
}

/*Sale %*/
.discount-badge1 {
  width: 80px;
  background-color: #ff5722;
  color: white;
  padding: 5px 4px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 5px;
  transition: transform 0.3s ease;
}


.product-image1 .discount-badge1 {
  transition: transform 0.3s ease;
}

.discount-badge1 :hover {
  transform: scale(1.05);
}
 /**/

.col h4 {
  margin-bottom: 10px;
}

.col p {
  margin-bottom: 10px;
}

.col button {
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 10px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  border-radius: 20px;
}

.col button:hover {
  margin-bottom: 10px;
  background-color: #000;
  color: #fff;
}

.mini-col p {
  display: flex;
  margin-right: 140px;

}

.col button a {
  color: #fff;
  text-decoration: none;
}

/* Title */
.title a {
  margin-left: 1200px;
  text-decoration: none;
  color: #333;
}

.title h2 {
  margin-top: 40px;
  margin-left: 70px;
  font-size: 2em;

}

/*Share icon*/
.icon-share {
  display: flex;
  margin-top: 10px;
}

.icon-share h2 {
  margin-left: 10px;
}

.icon-share .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 290px;
  margin-top: 5px;
}

.icon-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin: 0 8px;
  transition: all 0.3 ease;
  text-decoration: none;
}



.link-1 i {
  color: #00B2FF;
  text-decoration: none;
}

/* 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;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.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;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

button:hover {
  background-color: #0056b3;
}*/

/*End product*/

/**/
/* Video grid section */
.products {
  padding: 40px 20px;
}

.products h2 {
  font-size: 2em;
  margin-bottom: 30px;
  text-align: center;
}

.products .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.product-list .product {
  background-color:  #eae8d0 ;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.product img {
  max-width: 100%;
  border-radius: 8px;
  max-height: 250px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.product h3 {
  margin-top: 10px;
  font-size: 1.2em;
}

.product p {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.product a {
  color: #333;
  text-decoration: none;
}

.product:hover {
  transform: scale(1.05);
}

/*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);
}

/*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;
}

/**/

button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

/**/

footer {
  text-align: center;
  padding: 1rem;
  background-color: #333;
  color: white;
}

/*Responsive*/


/* 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;
  }

 
}

/*Responsive 17/12/67*/
/* Responsive Design for Product Detail Section */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .col {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .col img {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
  }

  .col h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 15px 0;
  }

  .product-pricing1 {
    flex-direction: column;
    gap: 5px;
  }

  .discount-badge1 {
    width: 60px;
    font-size: 0.8rem;
  }

  button {
    width: 100%;
    padding: 10px;
  }

  .icon-share,
  .icon-link {
    justify-content: center;
    margin-right: 0;
  }

  .title a {
    margin-left: 0;
  }

  .mini-col p {
    margin-right: 0;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .col h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .col img {
    max-width: 250px;
  }

  .product-pricing1 .og-price1,
  .product-pricing1 .sale-price1 {
    font-size: 1rem;
  }

  .discount-badge1 {
    width: 50px;
    padding: 3px;
    font-size: 0.7rem;
  }

  .icon-share h2 {
    font-size: 1rem;
  }
}

