body {
  font-family: "Montserrat", sans-serif;
}

/* Start Products  */
.main_products_wrapper .every_product a {
  text-decoration: none;

  
}
.main_products_wrapper .every_product .items_container {
  /* min-height: 300px; */
  overflow: hidden;
  position: relative;
  /* border-radius: 15px; */
  transition: 0.3s;

  /* animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s; */
  
  /* box-shadow: 0 4px 4px 0 #00000026; */
}

@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}


.main_products_wrapper .breadcrumb {
  color: #000000;
  font-style: italic;
  font-size: 12px;
  font-weight: 500;

}
.main_products_wrapper .breadcrumb .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
  
  transition: 0.3s;
  font-size: 12px;
}
.main_products_wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #000000;
  /* text-decoration: none; */
    font-size: 12px;
    border-bottom: 1px solid #0000;

}
.main_products_wrapper .breadcrumb .breadcrumb-item.active {
  color: #000000;
  font-size: 12px;
}

.main_products_wrapper .every_product .items_container .just_for_img {
  overflow: hidden;
  transition: 0.3s;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
}
.main_products_wrapper .every_product .items_container .just_for_img .img {
  overflow: hidden;
  transition: 0.3s;
}
.main_products_wrapper .every_product .items_container .img {
  height: 100%;
  min-height: 300px;
  /* border-top-left-radius: 15px;
  border-top-right-radius: 15px; */
  transition: 0.3s;
  filter: brightness(0.8);
}
.main_products_wrapper
  .every_product
  .items_container
  .just_for_img:hover
  .img {
  transform: scale(1.1);
}
.main_products_wrapper .every_product .items_container .product_title {
  color: #000000;
  font-size: 16px;
  /* margin: 8px 0 8px 0; */
  font-weight: 700;
  margin-top: 10px;

}
.main_products_wrapper .every_product .items_container .product_text {
  color: #808080 !important ;
  /* line-height: 1.7; */
  font-size: 13px;
  font-style: italic;
  font-weight: 200;
  text-overflow: ellipsis;
  
}
/* End Products */

/* Start Footer  */
.main_footer .all_wrappers {
  background-color: #080808;
  padding: 46px 0 60px;
  border-top: 0 solid #e1e1e1;
}
.main_footer .footer_items {
  color: #ececec;
  margin-top: 30px;
}
.main_footer .footer_items .footer_logo {
  margin-bottom: 25px;
}
.main_footer .footer_items .text {
  color: #ccc;
  font-size: 14px;

}
.main_footer .footer_items .footer_logo .footer_img {
  width: 180px;

}
.main_footer .footer_items .footer_social_media {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
.main_footer .footer_items .footer_social_media .social_link {
  text-decoration: none;
  color: #fff;
}
.main_footer .footer_items .footer_social_media .social_link .user_contact {
  font-size: 20px;
}
.main_footer .footer_items .footer_title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}
.main_footer .footer_items .tel_contact {
  gap: 5px;
  margin-top: 20px;
}
.main_footer .footer_items .tel_contact a {
  color: #ccc;
  text-decoration: none;
}

.main_footer .footer_items .follow_us {
  display: flex;
}
.main_footer .footer_items .follow_us .instagram_follow {
  background-color: #408bd1;
  padding: 7px 14px;
  color: #ccc;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
  display: inline-block;
  margin: auto;
  transition: 0.3s;
}
@media (min-width: 320px) and (max-width: 576px) {
  .main_footer .footer_items .follow_us .instagram_follow {
    margin: 0;
  }
}
.main_footer .footer_items .follow_us .instagram_follow:hover {
  color: #fff;
  background-color: #57a1e7;
}

.main_footer .copy_right {
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 11px;
}