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

body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  padding: 10px;
  box-shadow: 0 1px 10px lightgray;
}

.logo img {
  width: 100px;
}

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

.search input[type="text"]:focus {
  outline: none;
}

.search input[type="text"] {
  padding: 5px;
  border-radius: 5px;
  border: none;
  margin-right: 10px;
}

.search input[type="submit"] {
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  background-color: #333;
  color: #fff;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  margin-right: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.banner {
  height: 400px;
  background-color: #eee;
}

.products {
  padding: 20px;
  background-color: #fff;
  margin: 30px;
}

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

.products .swiper-slide {
  text-align: center;
  margin-right: 20px;
}

.products .swiper-slide h3 {
  padding-top: 10px;
  color: #000;
}

.products .swiper-slide img {
  width: 100%;
}

.testimonials {
  padding: 50px 10%;
  background-color: #f7f7f7;
}

.testimonials h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.testimonials-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
  padding: 30px;
  max-width: 400px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-text p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.testimonial-text h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.cta button a {
  text-decoration: none;
  color: #fff;
}

.cta {
  padding: 20px;
  text-align: center;
}

.cta h2 {
  margin-bottom: 20px;
}

.products .swiper-slide img {
  width: 200px;
}

.cta button {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.banner {
  height: 500px;
}

#backGround {
  background-image: url(Images/online-6107598_1280.png);
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#backGround2 {
  background-image: url(Images/pexels-igor-ovsyannykov-205961.jpg);
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#backGround3 {
  background-image: url(Images/pexels-pixabay-50987.jpg);
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

#backGround4 {
  background-image: url(Images/pexels-pixabay-35550.jpg);
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

.products .swiper-slide h5 {
  margin-top: 15px;
  color: #000;
}

.products .swiper-slide h6 {
  color: #CC0C39;
  font-size: 13px;
  margin-top: 10px;
}

.products .swiper-slide h6 span {
  background-color: #CC0C39;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  margin: 5px;
}

.link-sales {
  background-color: #f7f7f7;
}

.menu-icon {
  font-size: 30px;
  margin: 0px 20px;
  display: none;
}

#sidebar {
  position: fixed;
  right: -280px;
  top: 0;
  width: 280px;
  background-color: #f8f8f8;
  min-height: 100vh;
  height: 100%;
  z-index: 3;
  padding-top: 20px;
  overflow-y: auto;
  transition: all .3s ease;
}

#close {
  color: #fff;
  background-color: #CC0C39;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  margin: 0 20px;
  margin-top: 10px;
}

.sidebar-items {
  padding-top: 30px;
}

.trending ul {
  padding: 5px;
}

.trending ul li a {
  color: #0F1111;
  text-decoration: none;
}

.trending ul li:hover {
  background-color: #3333331c;
}

.trending ul li {
  list-style: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  transition: all .3s ease;
}

.trending h2,
.trending h3 {
  margin-left: 20px;
  margin-bottom: 10px;
}

.trending {
  border-bottom: 1px solid lightgray;
}

.Footer-top {
  background-color: #001e39c1;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-middle {
  background-color: #001e39dd;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 30px 0;
  border-bottom: 1px solid lightgray;
}

.footer-middle div {
  display: flex;
  flex-direction: column;
}

.footer-middle div a {
  margin: 10px 0;
  text-decoration: none;
  color: #cfcfcf;
}

.footer-middle div a:hover {
  text-decoration: underline;
}

.footer-middle div h3 {
  color: #fff;
  padding-bottom: 10px;
}

.footer-end {
  background-color: #001e39dd;
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.logo-bottom img {
  width: 100px;
}

.select-bottom {
  display: flex;
  align-items: center;
}

.select-bottom select {
  background-color: #001e39c1;
  color: #fff;
  padding: 7px 10px;
  margin: 5px;
  cursor: pointer;
}

.select-bottom select:focus {
  outline: none;
}

.Cart {
  position: relative;
  right: 30px;
}

.Cart i {
  font-size: 20px;
  color: #000;
}

.Cart p {
  color: #fff;
  background-color: rgb(202, 16, 202);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: -15px;
  right: -10px;
}

@media (min-width: 768px) {
  .products {
    padding: 0;
  }

  .products .swiper-slide {
    margin-right: 40px;
  }
}

@media (max-width: 750px) {
  header .search {
    display: none;
  }

  header nav {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  .Cart {
    display: none;
  }

  #backGround,
  #backGround1,
  #backGround2,
  #backGround {
    background-position: center;
  }
}

@media (max-width: 800px) {
  .footer-middle {
    flex-direction: column;
  }

  .footer-middle div {
    margin: 20px;
  }
}

@media (max-width: 350px) {
  .footer-end {
    flex-direction: column;
  }

  .footer-end img {
    margin-bottom: 10px;
  }
}