* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden !important;
}
:root {
  --my-color: rgb(218, 65, 80);
}
a {
  text-decoration: none !important;
}
.navbar-nav .nav-item,
.dropdown-menu .dropdown-item,
.navbar-nav .home {
  transition: 0.3s transform;
}
.navbar-nav .nav-item:hover,
.dropdown-menu .dropdown-item:hover {
  background-color: var(--my-color);
  border-radius: 0.6em;
  color: white;
  transform: scale(0.85, 0.85) !important;
}
.navbar-nav .home:hover {
  color: white !important;
  transform: scale(0.85, 0.85);
}
.carousel-indicators,
.content-home {
  bottom: 15% !important;
}
.img-home {
  position: relative !important;
}
.img-home::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.553) !important;
}
.icone-love:hover {
  color: var(--my-color) !important;
}
.icone-market:hover {
  color: rgb(46, 109, 196) !important;
}
.butt-latest {
  transition: 0.4s transform;
}
.butt-latest:hover {
  transform: scale(1.15, 1.15);
}
@media screen and (min-width: 992px) {
  .lat-pro {
    width: 21% !important;
  }
}
.deal {
  position: relative;
  width: 40%;
}
.deal img {
  position: relative;
  width: 100%;
}
.deal::after {
  content: "Enjoy 50% Discount On Black Friday";
  font-size: 2.3em;
  font-weight: bold;
  padding: 1.3em 0.4em;
  color: white;
  position: absolute;
  width: 80%;
  height: 80%;
  background-color: var(--my-color);
  top: 12%;
  left: 12%;
  opacity: 0;
  transform: scale(0);
  transition: 0.9s;
}
@media screen and (max-width: 450px) {
  .deal::after {
    content: "Enjoy 50% Discount On Black Friday";
    font-size: 2.3em;
    font-weight: bold;
    padding: 1.3em 0.4em;
    color: white;
    position: absolute;
    width: 80%;
    height: 80%;
    font-size: 1.5em;
    background-color: var(--my-color);
    top: 5%;
    left: 12%;
    opacity: 0;
    transform: scale(0);
    transition: 0.9s;
  }
}
.deal:hover::after {
  opacity: 1;
  transform: scale(1);
}
.feed-butt:hover {
  background-color: rgb(120, 28, 38);
}
.hover-fotter:hover {
  color: var(--my-color) !important;
}
