@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: montserrat-medium, sans-serif;
}

/* nav_links_Section */
.nav_links_Section .navbar ul li a {
  color: #000;
}

/********************* header_carousel_container *********************/
.header_carousel_container .carousel .carousel-indicators .active {
  background-color: #007aff;
}
.header_carousel_container .carousel button span {
  background-color: grey;
  padding: 25px;
  border-radius: 50%;
  color: #000;
}

/**************** septumber_buzz_Section ****************/
.septumber_buzz_container {
  height: 100%;
  width: 100%;
  background-image: url("../assets/media/images/background_image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 0px;
}
.septumber_buzz_container .container .carousel .carousel-inner .carousel-item .septumber_buzz_section_row .septumber_buzz_section_coloum:hover .card .card-img {
  overflow: hidden;
}
.septumber_buzz_container .container .carousel .carousel-inner .carousel-item .septumber_buzz_section_row .septumber_buzz_section_coloum:hover .card .card-img img {
  transform: scale(1.05);
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

/**************** new_arrivals_section ****************/
.new_arrivals_container {
  height: 100%;
  width: 100%;
  background-image: url("../assets/media/images/background_image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 12px 0px;
}

/******************* shop_by_caterogery_section *******************/
.shop_by_caterogery_section .shop_by_caterogery_row .col:hover .image {
  overflow: hidden;
  cursor: pointer;
}
.shop_by_caterogery_section .shop_by_caterogery_row .col:hover .image img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

/* footer_section */
.footer_section .container .footer_section_row div div ul li {
  font-size: 14px;
  line-height: 23px;
}
.footer_section .container .footer_section_row div div ul input {
  border: none;
  background: none;
  border-bottom: 1px solid yellow;
}/*# sourceMappingURL=style.css.map */