.bigDivElemnets {
  display: flex;
  box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px;
}

.title {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  margin: 30px 0 20px;
  font-size: 30px;
  font-weight: bold;
}

.highlight-color {
  color: #ff266f;
  font-weight: bold;
  margin-right: 8px;
}
hr {
  border: none;
  height: 2px;
  background-color: #ff4500;
  margin: 30px;
  width: 95%;
}

.links {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.links a {
  display: flex;
  text-decoration: none;
  color: black;
  padding: 5px 10px;
  background-color: whitesmoke;
  border-radius: 10px;
  transition: 0.7s ease;
  padding: 10px 20px;
}
.links a:hover {
  background-color: #9400d3;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 30px auto;
}

.card-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.7s ease-in-out;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.card-slider::-webkit-scrollbar {
  display: none;
}
.slider-btn {
  border-radius: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  border: 10px;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}
.slider-btn:hover {
  transition: 0.3s ease;
  transition-delay: 0.1s ease;
}
.slider-btn.left {
  left: 10px;
}

.slider-btn.right {
  right: 10px;
}

.banner-slider-section {
  justify-content: center;
  align-items: center;
}

.banner-slider {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.slider-track {
  border-radius: 100px;
  display: flex;
  transition: transform 1s ease;
  width: 100%;
}

.slide {
  flex: 0 0 100%;
  width: 100%;
}

.slide img {
  width: 100%;
  display: flex;
  object-fit: fill;
  height: 600px;
}
.slider-prev,
.slider-next {
  border-radius: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  border: 10px;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 1;
}
.slider-prev:hover,
.slider-next:hover {
  color: #9400d3;

  transition: 0.3s ease;
  transition-delay: 0.1s ease;
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}

.countdown-section {
  border: 1px solid var(--primary-color);
  padding-right: 20px;
  border-radius: 10px;
  margin: auto;
  display: flex;
}

/*  */
.countdown {
  background-color: var(--primary-color);
  color: white;
  border-radius: 10px;
  padding: 20px 15px;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.countdown > div {
  width: 100%;
}

.countdown > div:first-child {
  width: 100%;
}

.countdown > div:first-child svg {
  width: 100%;
  height: 62px;
}

.countdown-icon {
  font-size: 32px;
}

.time-block {
  background: white;
  color: var(--primary-color);
  border-radius: 8px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0;
}

.label {
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  color: white;
}

.cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background: white;
  border: 1px solid #ccc;
  padding: 15px;
  width: 200px;
  text-align: center;
  border-radius: 8px;
}
.banner-bestDeals {
  margin: 20px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  display: inline-block;
}
.icon-square {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 20vw;
  height: 20vw;
  box-sizing: content-box;
}

.icon-square > div {
  display: inline;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px rgba(0, 0, 0, 0.1);
  padding: 25px;
  font-size: 18px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
}

.icon-square i {
  font-size: 35px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #ff266f;
}
.icon-square i:hover {
  transition: 0.4s ease;
  transform: translateY(-5px);
  cursor: pointer;
}
.salesman-img {
  border-radius: 20px;
  border: 2px solid #ff266f;
  margin-left: 310px;
  margin-bottom: 30px;
  position: relative;
  top: -320px;
  width: 60%;
}

.categories-section {
  margin: 38px 0;
}

.categories-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.category {
  background-color: var(--bg-paper);
  border-radius: 5px;
  padding-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 325px;
  min-width: 325px;
  cursor: pointer;
  position: relative;
  flex: 1;
}

.category h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
}

.category img {
  width: 100%;
  height: 100px;
  transition: 0.3s ease;
  object-fit: cover;
}
.category img {
  cursor: pointer;
  opacity: 0.85;
  transition: 0.3s ease;
}

.category a {
  display: inline-block;
  font-size: 24px;
  color: var(--primary-text);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
  margin-top: 10px;
  margin: 0 16px;
}

.category a:hover {
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.category ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

.category ul li {
  font-size: 16px;
  color: #555;
  margin: 4px 0;
}

.category .category-img-container {
  position: relative;
}

.category-button {
  position: absolute;
  bottom: -12px;
  right: 12px;
  display: flex;
  flex: 1;
  padding: 10px 10px;
  font-size: 18px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 100%;
  z-index: 99;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.category:hover .category-button {
  background-color: var(--secondary-color);
}

@media screen and (max-width: 768px) {
  .categories-section .categories-container .category {
    width: 100%;
  }
}
