body {
  font-family: "Poppins";
  color: #7c6c6c;
}
.navbar-brand img {
  width: 150px;
}
h1 {
  font-size: 31px;
  color: #1f1f1f;
}
h2 {
  font-size: 24px;
  font-weight: 500;
  color: #1f1f1f;
}

p,
a {
  font-size: 16px;
  color: #707070 !important;
  font-weight: 500;
  font-weight: 300;
}
nav {
  background: #ffff;
}
nav ul a {
  font-size: 18px;
  padding-left: 30px !important;
}
nav ul a:hover {
  color: #1f1f1f !important;
}
.btn-buyNow {
  font-size: 20px !important;
  color: #ffffff;
  font-weight: 500;
  border-radius: 9px;
  background-color: #000000;
  border: 1px solid #000;
}
.btn-buyNow:hover {
  color: #000;
  background: #fff;
}
.banner-section {
  position: relative;
}
.banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -34px;
  background-image: url(../image/bg2.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
}
.banner-section::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 15%;
  background-image: url(../image/best-product.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 50%;
}
.carousel-item h1 {
  font-size: 41px;
}
.carousel-indicators li {
  width: 16px;
  height: 12px;
  border-radius: 6px;
  background-color: #cecece;
}
.carousel-indicators .active {
  width: 45px;
  height: 12px;
  border-radius: 6px;
  background-image: linear-gradient(142deg, #ff9c35 0%, #ffd019 100%);
}
.card {
  padding: 15px;
  border-radius: 21px;
  filter: drop-shadow(0px 10px 17.5px rgba(0, 0, 0, 0.05));
  background-color: #ffffff;
  transition: all 0.2s;
}
.card:hover {
  box-shadow: 2px 2px 10px #1f1f1f;
}

.product-section .title {
  padding: 80px 0;
}
.product-section .title a {
  font-size: 22px;
  color: #ff9d00 !important;
}

.prize {
  padding: 15px 0 10px 0;
  transition: all 0.2s;
}

.categories h1 {
  font-size: 35px;
  font-weight: 500;
  position: relative;
  margin: 50px 0;
}
.categories h1::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 44%;
  bottom: -40%;
  width: 136px;
  height: 10px;
  border-radius: 5px;
  background-image: linear-gradient(250deg, #ff9c35 0%, #ffd019 100%);
}
.categories .item {
  border-radius: 20px;
  filter: drop-shadow(0px 6px 37px rgba(109, 109, 109, 0.15));
  background-color: #ffffff;
  padding: 25px;
  margin: 15px;
  transition: all 0.2s;
}
.categories .item:hover {
  box-shadow: 1px 1px 5px #1f1f1f;
}
section {
  padding: 50px 0;
}
footer {
  padding: 15px 0;
}
